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