import java.awt.Point; class Incompilable { Point A = new Point(10,3); Point B = new Point("Bonjour"); public static void main(String args[]) {} }