aboutsummaryrefslogblamecommitdiff
path: root/tests/pos-java-interop/t1102/J.java
blob: 530102b91c7a880900c48497a3cb79740e297fc2 (plain) (tree)
1
2
3
4



                         
class J {
	enum E { E1 }
	void foo(E e) { }
}