blob: 9d4778f1dbf7f2742a6cbe395c5085cf6ac5885c (
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 + 2
}
|