Skip to main content
summaryrefslogtreecommitdiffstats
blob: 483f4599890d87c7356c77e89659099f72326e4e (plain) (blame)
1
2
3
4
5
6
7
package test0394;

class A {
	String foo() {
		return null;
	}
}

Back to the top