Skip to main content
summaryrefslogtreecommitdiffstats
blob: 904125317671d01b17c18999498e23ce08e4b1ff (plain) (blame)
1
2
3
4
5
6
class F {
	public Runnable bar() {
		return new Runnable() {
		};
	}
}

Back to the top