[Spec tests] Add path element at testMaps for main links also

This commit is contained in:
anastasiia.spaseeva
2020-04-20 14:48:17 +03:00
parent d94c212a60
commit 3a46b5a45a
106 changed files with 679 additions and 6 deletions
@@ -6,6 +6,7 @@
"specVersion": "0.1-220",
"casesNumber": 0,
"description": "For an expression e!!, if the type of e is nullable, a not-null assertion expression checks, whether the evaluation result of e is equal to null and, if it is, throws a runtime exception.",
"path": "compiler/tests-spec/testData/codegen/box/linked/expressions/not-null-assertion-expression/p-2/pos/2.1.kt",
"unexpectedBehaviour": false,
"linkType": "main"
},
@@ -13,6 +14,7 @@
"specVersion": "0.1-220",
"casesNumber": 0,
"description": "For an expression e!!, if the type of e is nullable, a not-null assertion expression checks, whether the evaluation result of e is equal to null and, if it is, throws a runtime exception.",
"path": "compiler/tests-spec/testData/codegen/box/linked/expressions/not-null-assertion-expression/p-2/pos/2.2.kt",
"unexpectedBehaviour": false,
"linkType": "main"
}
@@ -40,6 +42,7 @@
"specVersion": "0.1-220",
"casesNumber": 0,
"description": "If the evaluation result of e is not equal to null, the result of e!! is the evaluation result of e.",
"path": "compiler/tests-spec/testData/codegen/box/linked/expressions/not-null-assertion-expression/p-2/pos/3.1.kt",
"unexpectedBehaviour": false,
"linkType": "main"
}