[Spec tests] Add property helpers to testMaps

This commit is contained in:
anastasiia.spaseeva
2020-05-06 18:18:29 +03:00
parent cbba52e43c
commit d9160a26e9
33 changed files with 265 additions and 132 deletions
@@ -8,7 +8,8 @@
"description": "checking of type for Boolean values: impossible to use as identifiers",
"path": "compiler/tests-spec/testData/diagnostics/linked/expressions/constant-literals/boolean-literals/p-1/neg/2.1.kt",
"unexpectedBehaviour": false,
"linkType": "main"
"linkType": "main",
"helpers": "checkType"
}
],
"3": [
@@ -18,7 +19,8 @@
"description": "Checking of type for Boolean values",
"path": "compiler/tests-spec/testData/diagnostics/linked/expressions/constant-literals/boolean-literals/p-1/neg/3.1.kt",
"unexpectedBehaviour": false,
"linkType": "main"
"linkType": "main",
"helpers": "checkType"
}
]
},
@@ -30,7 +32,8 @@
"description": "checking of type for Boolean values: possible to use as identifiers if surround with backticks",
"path": "compiler/tests-spec/testData/diagnostics/linked/expressions/constant-literals/boolean-literals/p-1/pos/2.1.kt",
"unexpectedBehaviour": false,
"linkType": "main"
"linkType": "main",
"helpers": "checkType"
}
],
"3": [
@@ -40,7 +43,8 @@
"description": "Checking of type for Boolean values",
"path": "compiler/tests-spec/testData/diagnostics/linked/expressions/constant-literals/boolean-literals/p-1/pos/3.1.kt",
"unexpectedBehaviour": false,
"linkType": "main"
"linkType": "main",
"helpers": "checkType"
},
{
"specVersion": "0.1-100",
@@ -48,7 +52,8 @@
"description": "Checking of subtype for Boolean values",
"path": "compiler/tests-spec/testData/diagnostics/linked/expressions/constant-literals/boolean-literals/p-1/pos/3.2.kt",
"unexpectedBehaviour": false,
"linkType": "main"
"linkType": "main",
"helpers": "checkType"
}
]
}