[Spec tests] Update tests with spec version 0.1-313

This commit is contained in:
anastasiia.spaseeva
2020-03-30 18:10:09 +03:00
parent 52cc7aa117
commit 0397470b85
100 changed files with 335 additions and 335 deletions
@@ -5,7 +5,7 @@
/*
* KOTLIN DIAGNOSTICS SPEC TEST (NEGATIVE)
*
* SPEC VERSION: 0.1-218
* SPEC VERSION: 0.1-313
* PLACE: expressions, logical-conjunction-expression -> paragraph 2 -> sentence 1
* RELEVANT PLACES: expressions, logical-conjunction-expression -> paragraph 2 -> sentence 2
* NUMBER: 1
@@ -5,7 +5,7 @@
/*
* KOTLIN DIAGNOSTICS SPEC TEST (POSITIVE)
*
* SPEC VERSION: 0.1-218
* SPEC VERSION: 0.1-313
* PLACE: expressions, logical-conjunction-expression -> paragraph 2 -> sentence 1
* RELEVANT PLACES: expressions, logical-conjunction-expression -> paragraph 2 -> sentence 2
* NUMBER: 1
@@ -3,7 +3,7 @@
"neg": {
"1": [
{
"specVersion": "0.1-218",
"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",
"unexpectedBehaviour": false
@@ -11,7 +11,7 @@
],
"2": [
{
"specVersion": "0.1-218",
"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",
@@ -22,7 +22,7 @@
"pos": {
"1": [
{
"specVersion": "0.1-218",
"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",
"unexpectedBehaviour": false
@@ -30,7 +30,7 @@
],
"2": [
{
"specVersion": "0.1-218",
"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",