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: dd52775c225720b00849815370bb053c8c4958c1 (plain) (blame)
1
2
3
4
5
6
scope
	.problemReporter(
		enclosingInstance,
		enclosingInstanceType,
		inheritedBinding.declaringClass.enclosingType())
	.typeMismatchErrorActualTypeExpectedType();

Back to the top