[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-268",
"casesNumber": 0,
"description": "implicit this receiver has higher priority than any companion object receiver",
"path": "compiler/tests-spec/testData/codegen/box/linked/overload-resolution/receivers/p-5/pos/2.1.kt",
"unexpectedBehaviour": false,
"linkType": "main"
},
@@ -13,6 +14,7 @@
"specVersion": "0.1-268",
"casesNumber": 0,
"description": "implicit this receiver has higher priority than any companion object receiver",
"path": "compiler/tests-spec/testData/codegen/box/linked/overload-resolution/receivers/p-5/pos/2.2.kt",
"unexpectedBehaviour": false,
"linkType": "main"
}
@@ -22,6 +24,7 @@
"specVersion": "0.1-278",
"casesNumber": 0,
"description": "The phantom static implicit this receiver has higher priority than the current class companion object receiver;",
"path": "compiler/tests-spec/testData/codegen/box/linked/overload-resolution/receivers/p-5/pos/3.1.kt",
"unexpectedBehaviour": false,
"linkType": "main"
}
@@ -31,6 +34,7 @@
"specVersion": "0.1-278",
"casesNumber": 0,
"description": "Superclass companion object receivers are prioritized according to the inheritance order",
"path": "compiler/tests-spec/testData/codegen/box/linked/overload-resolution/receivers/p-5/pos/5.1.kt",
"unexpectedBehaviour": false,
"linkType": "main"
}
@@ -48,6 +52,7 @@
"specVersion": "0.1-278",
"casesNumber": 0,
"description": "Current class companion object receiver has higher priority than any of the superclass companion objects;",
"path": "compiler/tests-spec/testData/codegen/box/linked/overload-resolution/receivers/p-5/pos/4.2.kt",
"unexpectedBehaviour": false,
"linkType": "main"
}