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