blob: 145705750f81d496aec5339d700ee1611e7917d1 (
plain)
1
2
3
4
5
6
7
8
9
|
pragma Strict
// Import the latest version of Ambiguous, which is the C++ type added in version 1.2, not this one.
import TestTypes as Test
// Not an inheritance cycle, and also not an ambiguous type.
Test.Ambiguous {
property string i: objectName + 1
}
|