Skip to main content
summaryrefslogtreecommitdiffstats
blob: 03eb775959d47fa21f7e1d750756d69bf6c18ab4 (plain) (blame)
1
2
3
4
5
6
package p;
class A {
	void foo() {
		String s= "Foo/Hash+Map";//expected FOO_HASH_MAP
	}
}

Back to the top