Skip to main content
summaryrefslogtreecommitdiffstats
blob: 793ba30db335481cd180f35c820104ae4654be26 (plain) (blame)
1
2
3
4
5
6
7
package test0387;

class A {
	void f() {
		A a = (\u0020A\u0020) this;
	}
}

Back to the top