Files
kotlin-fork/compiler/tests-spec/testData/diagnostics/linked/expressions/logical-conjunction-expression/testsMap.json
T
2020-05-22 02:52:02 +03:00

52 lines
1.9 KiB
JSON
Vendored

{
"2": {
"neg": {
"1": [
{
"specVersion": "0.1-313",
"casesNumber": 7,
"description": "Both operands of a logical conjunction expression must have a type which is a subtype of kotlin.Boolean",
"path": "compiler/tests-spec/testData/diagnostics/linked/expressions/logical-conjunction-expression/p-2/neg/1.1.kt",
"unexpectedBehaviour": false,
"linkType": "main",
"helpers": "checkType"
}
],
"2": [
{
"specVersion": "0.1-313",
"casesNumber": 7,
"description": "Both operands of a logical conjunction expression must have a type which is a subtype of kotlin.Boolean",
"path": "compiler/tests-spec/testData/diagnostics/linked/expressions/logical-conjunction-expression/p-2/neg/1.1.kt",
"unexpectedBehaviour": false,
"linkType": "primary",
"helpers": "checkType"
}
]
},
"pos": {
"1": [
{
"specVersion": "0.1-313",
"casesNumber": 1,
"description": "Both operands of a logical conjunction expression must have a type which is a subtype of kotlin.Boolean",
"path": "compiler/tests-spec/testData/diagnostics/linked/expressions/logical-conjunction-expression/p-2/pos/1.1.kt",
"unexpectedBehaviour": false,
"linkType": "main",
"helpers": "checkType"
}
],
"2": [
{
"specVersion": "0.1-313",
"casesNumber": 1,
"description": "Both operands of a logical conjunction expression must have a type which is a subtype of kotlin.Boolean",
"path": "compiler/tests-spec/testData/diagnostics/linked/expressions/logical-conjunction-expression/p-2/pos/1.1.kt",
"unexpectedBehaviour": false,
"linkType": "primary",
"helpers": "checkType"
}
]
}
}
}