blob: 4daf58548128d48e7732ee08cd3e2574f5f06626 [file] [log] [blame]
package p;
class A {
void foo() {
// some valuable important comment which will be erased
System.out.println(42);
}
}