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: 69d8f730a29c25055adaa37d76dcd3fcf5f528c5 (plain) (blame)
1
2
3
4
5
6
package d4;
public class Y {
	public static Object bar() {
		return null;
	}
}

Back to the top