[Spec tests] Add linkType element to testMaps
This commit is contained in:
Vendored
+6
-3
@@ -6,7 +6,8 @@
|
||||
"specVersion": "0.1-220",
|
||||
"casesNumber": 1,
|
||||
"description": "\u003c, \u003e, \u003c\u003d and \u003e\u003d operators are overloadable",
|
||||
"unexpectedBehaviour": false
|
||||
"unexpectedBehaviour": false,
|
||||
"linkType": "main"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -18,7 +19,8 @@
|
||||
"specVersion": "0.1-218",
|
||||
"casesNumber": 4,
|
||||
"description": "The compareTo operator function must have return type kotlin.Int",
|
||||
"unexpectedBehaviour": false
|
||||
"unexpectedBehaviour": false,
|
||||
"linkType": "main"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -30,7 +32,8 @@
|
||||
"specVersion": "0.1-218",
|
||||
"casesNumber": 4,
|
||||
"description": "All comparison expressions always have type kotlin.Boolean.",
|
||||
"unexpectedBehaviour": false
|
||||
"unexpectedBehaviour": false,
|
||||
"linkType": "main"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user