package p;
class A {
	void foo() {
		String s= "/** HansImGlueck123*34//Bla//bla...";//expected HANS_IM_GLUECK123_34_BLA_BLA
	}
}
