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: fef715daf42b76e8fe1bb76ff6c88da9a0fbc12e (plain) (blame)
1
2
3
public class A {
	@Annot(x = 23, y = -3) A() {}
}

Back to the top