Skip to main content
summaryrefslogtreecommitdiffstats
blob: 123e5a9de018592cab70b1cf6b40bcf1af6eb751 (plain) (blame)
1
2
3
4
5
#
public class CompletionKeywordThrows6 {
	void foo() throw Exception thro {
	}
}

Back to the top