[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": 1,
"description": "\u003c, \u003e, \u003c\u003d and \u003e\u003d operators are overloadable",
"path": "compiler/tests-spec/testData/diagnostics/linked/expressions/comparison-expressions/p-1/neg/2.1.kt",
"unexpectedBehaviour": false,
"linkType": "main"
}
@@ -19,6 +20,7 @@
"specVersion": "0.1-218",
"casesNumber": 4,
"description": "The compareTo operator function must have return type kotlin.Int",
"path": "compiler/tests-spec/testData/diagnostics/linked/expressions/comparison-expressions/p-4/neg/1.1.kt",
"unexpectedBehaviour": false,
"linkType": "main"
}
@@ -32,6 +34,7 @@
"specVersion": "0.1-218",
"casesNumber": 4,
"description": "All comparison expressions always have type kotlin.Boolean.",
"path": "compiler/tests-spec/testData/diagnostics/linked/expressions/comparison-expressions/p-5/pos/1.1.kt",
"unexpectedBehaviour": false,
"linkType": "main"
}