Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
blob: 1b78c758633947edae3fad2d77e298589c4fbaf9 (plain) (blame)
1
2
3
4
5
6
7
package test0511;

public class A {
	public void foo() {
		new Y();
	}
}

Back to the top