[Spec tests] Add linkType element to testMaps
This commit is contained in:
+10
-5
@@ -6,7 +6,8 @@
|
||||
"specVersion": "0.1-253",
|
||||
"casesNumber": 3,
|
||||
"description": "do-while-loop statement body contains zero statements",
|
||||
"unexpectedBehaviour": false
|
||||
"unexpectedBehaviour": false,
|
||||
"linkType": "main"
|
||||
}
|
||||
],
|
||||
"2": [
|
||||
@@ -15,7 +16,8 @@
|
||||
"casesNumber": 3,
|
||||
"description": "do-while-loop statement body contains zero statements",
|
||||
"path": "compiler/tests-spec/testData/diagnostics/linked/statements/loop-statements/do-while-loop-statement/p-1/pos/1.1.kt",
|
||||
"unexpectedBehaviour": false
|
||||
"unexpectedBehaviour": false,
|
||||
"linkType": "primary"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -26,7 +28,8 @@
|
||||
"casesNumber": 3,
|
||||
"description": "condition expression is not a subtype of kotlin.Boolean.",
|
||||
"path": "compiler/tests-spec/testData/diagnostics/linked/statements/loop-statements/do-while-loop-statement/p-3/neg/1.1.kt",
|
||||
"unexpectedBehaviour": false
|
||||
"unexpectedBehaviour": false,
|
||||
"linkType": "primary"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -39,7 +42,8 @@
|
||||
"casesNumber": 3,
|
||||
"description": "do-while-loop statement body contains zero statements",
|
||||
"path": "compiler/tests-spec/testData/diagnostics/linked/statements/loop-statements/do-while-loop-statement/p-1/pos/1.1.kt",
|
||||
"unexpectedBehaviour": false
|
||||
"unexpectedBehaviour": false,
|
||||
"linkType": "primary"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -49,7 +53,8 @@
|
||||
"specVersion": "0.1-253",
|
||||
"casesNumber": 3,
|
||||
"description": "condition expression is not a subtype of kotlin.Boolean.",
|
||||
"unexpectedBehaviour": false
|
||||
"unexpectedBehaviour": false,
|
||||
"linkType": "main"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user