[Spec tests] Add linkType element to testMaps
This commit is contained in:
+8
-4
@@ -6,7 +6,8 @@
|
||||
"specVersion": "0.1-253",
|
||||
"casesNumber": 3,
|
||||
"description": "while-loop statement body contains zero statements",
|
||||
"unexpectedBehaviour": false
|
||||
"unexpectedBehaviour": false,
|
||||
"linkType": "main"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -17,7 +18,8 @@
|
||||
"casesNumber": 2,
|
||||
"description": "condition expression is not a subtype of kotlin.Boolean.",
|
||||
"path": "compiler/tests-spec/testData/diagnostics/linked/statements/loop-statements/while-loop-statement/p-3/neg/1.1.kt",
|
||||
"unexpectedBehaviour": false
|
||||
"unexpectedBehaviour": false,
|
||||
"linkType": "primary"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -30,7 +32,8 @@
|
||||
"casesNumber": 3,
|
||||
"description": "while-loop statement body contains zero statements",
|
||||
"path": "compiler/tests-spec/testData/diagnostics/linked/statements/loop-statements/while-loop-statement/p-1/pos/1.1.kt",
|
||||
"unexpectedBehaviour": false
|
||||
"unexpectedBehaviour": false,
|
||||
"linkType": "primary"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -40,7 +43,8 @@
|
||||
"specVersion": "0.1-253",
|
||||
"casesNumber": 2,
|
||||
"description": "condition expression is not a subtype of kotlin.Boolean.",
|
||||
"unexpectedBehaviour": false
|
||||
"unexpectedBehaviour": false,
|
||||
"linkType": "main"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user