package p; class A { void foo() { //temp comment // some valuable important comment which will be erased System.out.println(42); } }