package p;

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