Skip to main content
summaryrefslogtreecommitdiffstats
blob: 83f46e48f7a1be4139fada3bc7b9d71acba2254f (plain) (blame)
1
2
3
4
5
public class CompletionUnresolvedReturnType extends pack.Bin1{
	void foo() {
		this.bar
	}
}

Back to the top