Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
blob: b5a75a842ae3b6ceff53da0f692172dc9e13ede3 (plain) (blame)
1
2
3
4
5
6
7
public class ResolveCatchArgumentType1 {
	void foo() {
		try {
		} catch (X1.Y1 e) {
		}
	}
}

Back to the top