166 lines
6.0 KiB
JSON
Vendored
166 lines
6.0 KiB
JSON
Vendored
{
|
|
"6": {
|
|
"neg": {
|
|
"1": [
|
|
{
|
|
"specVersion": "0.1-296",
|
|
"casesNumber": 0,
|
|
"description": "\u0027When\u0027 with bound value and \u0027when condition\u0027 with type checking operator and non-type value.",
|
|
"path": "compiler/tests-spec/testData/psi/linked/expressions/when-expression/p-6/neg/1.2.kt",
|
|
"unexpectedBehaviour": true,
|
|
"linkType": "main"
|
|
},
|
|
{
|
|
"specVersion": "0.1-296",
|
|
"casesNumber": 0,
|
|
"description": "\u0027When\u0027 with bound value and type test condition, but missed type in \u0027when condition\u0027.",
|
|
"path": "compiler/tests-spec/testData/psi/linked/expressions/when-expression/p-6/neg/1.1.kt",
|
|
"unexpectedBehaviour": false,
|
|
"linkType": "main"
|
|
}
|
|
],
|
|
"3": [
|
|
{
|
|
"specVersion": "0.1-296",
|
|
"casesNumber": 0,
|
|
"description": "\u0027When\u0027 with bound value and \u0027when condition\u0027 with range expression, but without contains operator.",
|
|
"path": "compiler/tests-spec/testData/psi/linked/expressions/when-expression/p-6/neg/3.1.kt",
|
|
"unexpectedBehaviour": false,
|
|
"linkType": "main"
|
|
}
|
|
],
|
|
"5": [
|
|
{
|
|
"specVersion": "0.1-435",
|
|
"casesNumber": 0,
|
|
"description": "\u0027When\u0027 with bound value and not allowed spread operator in \u0027when condition\u0027.",
|
|
"path": "compiler/tests-spec/testData/psi/linked/expressions/when-expression/p-6/neg/5.1.kt",
|
|
"unexpectedBehaviour": false,
|
|
"linkType": "main"
|
|
}
|
|
],
|
|
"7": [
|
|
{
|
|
"specVersion": "0.1-435",
|
|
"casesNumber": 0,
|
|
"description": "\u0027When\u0027 with invalid else condition.",
|
|
"path": "compiler/tests-spec/testData/psi/linked/expressions/when-expression/p-6/neg/7.1.kt",
|
|
"unexpectedBehaviour": false,
|
|
"linkType": "main"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"1": {
|
|
"neg": {
|
|
"3": [
|
|
{
|
|
"specVersion": "0.1-100",
|
|
"casesNumber": 0,
|
|
"description": "Empty \u0027when\u0027 with missed bound value.",
|
|
"path": "compiler/tests-spec/testData/psi/linked/expressions/when-expression/p-1/neg/3.1.kt",
|
|
"unexpectedBehaviour": false,
|
|
"linkType": "main"
|
|
},
|
|
{
|
|
"specVersion": "0.1-100",
|
|
"casesNumber": 0,
|
|
"description": "Empty \u0027when\u0027 with missed \u0027when entries\u0027 section.",
|
|
"path": "compiler/tests-spec/testData/psi/linked/expressions/when-expression/p-1/neg/3.2.kt",
|
|
"unexpectedBehaviour": false,
|
|
"linkType": "main"
|
|
}
|
|
]
|
|
},
|
|
"pos": {
|
|
"3": [
|
|
{
|
|
"specVersion": "0.1-100",
|
|
"casesNumber": 0,
|
|
"description": "Empty \u0027when\u0027 with bound value.",
|
|
"path": "compiler/tests-spec/testData/psi/linked/expressions/when-expression/p-1/pos/3.1.kt",
|
|
"unexpectedBehaviour": false,
|
|
"linkType": "main"
|
|
},
|
|
{
|
|
"specVersion": "0.1-100",
|
|
"casesNumber": 0,
|
|
"description": "Empty \u0027when\u0027 without bound value.",
|
|
"path": "compiler/tests-spec/testData/psi/linked/expressions/when-expression/p-1/pos/3.2.kt",
|
|
"unexpectedBehaviour": false,
|
|
"linkType": "main"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"2": {
|
|
"neg": {
|
|
"2": [
|
|
{
|
|
"specVersion": "0.1-100",
|
|
"casesNumber": 0,
|
|
"description": "\u0027When\u0027 without bound value and with invalid \u0027else\u0027 branch.",
|
|
"path": "compiler/tests-spec/testData/psi/linked/expressions/when-expression/p-2/neg/2.1.kt",
|
|
"unexpectedBehaviour": false,
|
|
"linkType": "main"
|
|
},
|
|
{
|
|
"specVersion": "0.1-100",
|
|
"casesNumber": 0,
|
|
"description": "\u0027When\u0027 without bound value and with invalid list of the boolean conditions in \u0027when entry\u0027.",
|
|
"path": "compiler/tests-spec/testData/psi/linked/expressions/when-expression/p-2/neg/2.2.kt",
|
|
"unexpectedBehaviour": false,
|
|
"linkType": "main"
|
|
}
|
|
],
|
|
"1": [
|
|
{
|
|
"specVersion": "0.1-100",
|
|
"casesNumber": 0,
|
|
"description": "\u0027When\u0027 without bound value and missed \u0027when condition\u0027.",
|
|
"path": "compiler/tests-spec/testData/psi/linked/expressions/when-expression/p-2/neg/1.2.kt",
|
|
"unexpectedBehaviour": false,
|
|
"linkType": "main"
|
|
},
|
|
{
|
|
"specVersion": "0.1-100",
|
|
"casesNumber": 0,
|
|
"description": "\u0027When\u0027 without bound value and missed control structure body.",
|
|
"path": "compiler/tests-spec/testData/psi/linked/expressions/when-expression/p-2/neg/1.1.kt",
|
|
"unexpectedBehaviour": false,
|
|
"linkType": "main"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"5": {
|
|
"neg": {
|
|
"1": [
|
|
{
|
|
"specVersion": "0.1-313",
|
|
"casesNumber": 0,
|
|
"description": "\u0027When\u0027 with bound value and empty \u0027when condition\u0027.",
|
|
"path": "compiler/tests-spec/testData/psi/linked/expressions/when-expression/p-5/neg/1.2.kt",
|
|
"unexpectedBehaviour": false,
|
|
"linkType": "main"
|
|
},
|
|
{
|
|
"specVersion": "0.1-313",
|
|
"casesNumber": 0,
|
|
"description": "\u0027When\u0027 with bound value and with invalid list of the conditions in \u0027when entry\u0027.",
|
|
"path": "compiler/tests-spec/testData/psi/linked/expressions/when-expression/p-5/neg/1.3.kt",
|
|
"unexpectedBehaviour": false,
|
|
"linkType": "main"
|
|
},
|
|
{
|
|
"specVersion": "0.1-313",
|
|
"casesNumber": 0,
|
|
"description": "\u0027When\u0027 with bound value and empty control structure body.",
|
|
"path": "compiler/tests-spec/testData/psi/linked/expressions/when-expression/p-5/neg/1.1.kt",
|
|
"unexpectedBehaviour": false,
|
|
"linkType": "main"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |