Skip to main content
summaryrefslogtreecommitdiffstats
blob: 70a3b0bdb40309a476056f46919aa1d585efffec (plain) (blame)
1
2
3
4
5
#
public class CompletionKeywordThrows5 {
	void foo() thro {
	}
}

Back to the top