/* Constructors are not allowed. // Alternatively, methods needs to have a return type. */ class Foo { public Foo() { } } class Main { public static void main(String[] args) { } }