[FE 1.0] Fix some diagnostic spec tests

This commit is contained in:
Victor Petukhov
2021-07-22 11:00:06 +03:00
committed by Mikhael Bogdanov
parent 0ed9b75428
commit ca0b8be53b
16 changed files with 820 additions and 662 deletions
@@ -22,7 +22,7 @@
},
{
"specVersion": "0.1-435",
"casesNumber": 3,
"casesNumber": 4,
"description": "Non-exhaustive when using nullable boolean values.",
"path": "compiler/tests-spec/testData/diagnostics/linked/expressions/when-expression/exhaustive-when-expressions/p-2/neg/11.1.kt",
"unexpectedBehaviour": false,
@@ -90,7 +90,7 @@
"3": [
{
"specVersion": "0.1-100",
"casesNumber": 5,
"casesNumber": 6,
"description": "Non-exhaustive when using boolean values.",
"path": "compiler/tests-spec/testData/diagnostics/linked/expressions/when-expression/exhaustive-when-expressions/p-2/neg/3.1.kt",
"unexpectedBehaviour": false,
@@ -426,7 +426,7 @@
"1": [
{
"specVersion": "0.1-313",
"casesNumber": 4,
"casesNumber": 5,
"description": " it is possible to replace the else condition with an always-true condition",
"path": "compiler/tests-spec/testData/diagnostics/linked/expressions/when-expression/p-4/neg/1.1.kt",
"unexpectedBehaviour": false,