headroom-0.2.0.0: test-data/code-samples/java/sample2.java
package foo;
/* This is not header */
class Hello {
/* This is not header */
public static void main(String[] args) {
System.out.println("Hello, world!");
}
}
package foo;
/* This is not header */
class Hello {
/* This is not header */
public static void main(String[] args) {
System.out.println("Hello, world!");
}
}