Files
kotlin-fork/compiler/tests-spec/testData/diagnostics/linked/expressions/logical-disjunction-expression/testsMap.json
T
2020-03-30 19:12:55 +03:00

42 lines
1.4 KiB
JSON
Vendored

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