[Spec tests] Change metadata structure of implementation and spec tests

This commit is contained in:
anastasiia.spaseeva
2020-04-01 19:14:46 +03:00
parent 80cd26c9df
commit d32aca87d1
925 changed files with 2330 additions and 1657 deletions
@@ -7,7 +7,7 @@
* KOTLIN DIAGNOSTICS SPEC TEST (POSITIVE)
*
* SPEC VERSION: 0.1-218
* PLACE: expressions, prefix-expressions, logical-not-expression -> paragraph 3 -> sentence 1
* MAIN LINK: expressions, prefix-expressions, logical-not-expression -> paragraph 3 -> sentence 1
* NUMBER: 1
* DESCRIPTION: No additional restrictions apply for unary minus
* HELPERS: checkType
@@ -6,8 +6,8 @@
* KOTLIN DIAGNOSTICS SPEC TEST (NEGATIVE)
*
* SPEC VERSION: 0.1-213
* PLACE: expressions, prefix-expressions, prefix-decrement-expression -> paragraph 4 -> sentence 1
* RELEVANT PLACES: statements, assignments -> paragraph 3 -> sentence 2
* MAIN LINK: expressions, prefix-expressions, prefix-decrement-expression -> paragraph 4 -> sentence 1
* PRIMARY LINKS: statements, assignments -> paragraph 3 -> sentence 2
* NUMBER: 1
* DESCRIPTION: check unsafe prefix decrement expression call for an assignable expression
*/
@@ -6,8 +6,8 @@
* KOTLIN DIAGNOSTICS SPEC TEST (NEGATIVE)
*
* SPEC VERSION: 0.1-213
* PLACE: expressions, prefix-expressions, prefix-decrement-expression -> paragraph 4 -> sentence 1
* RELEVANT PLACES: statements, assignments -> paragraph 3 -> sentence 2
* MAIN LINK: expressions, prefix-expressions, prefix-decrement-expression -> paragraph 4 -> sentence 1
* PRIMARY LINKS: statements, assignments -> paragraph 3 -> sentence 2
* NUMBER: 1
* DESCRIPTION: check unsafe prefix decrement expression call for an assignable expression
*/
@@ -6,7 +6,7 @@
* KOTLIN DIAGNOSTICS SPEC TEST (NEGATIVE)
*
* SPEC VERSION: 0.1-213
* PLACE: expressions, prefix-expressions, prefix-decrement-expression -> paragraph 5 -> sentence 2
* MAIN LINK: expressions, prefix-expressions, prefix-decrement-expression -> paragraph 5 -> sentence 2
* NUMBER: 1
* DESCRIPTION: check as the result of dec is assigned to A, the return type of inc must be a subtype of A.
*/
@@ -6,7 +6,7 @@
* KOTLIN DIAGNOSTICS SPEC TEST (NEGATIVE)
*
* SPEC VERSION: 0.1-213
* PLACE: expressions, prefix-expressions, prefix-decrement-expression -> paragraph 5 -> sentence 2
* MAIN LINK: expressions, prefix-expressions, prefix-decrement-expression -> paragraph 5 -> sentence 2
* NUMBER: 1
* DESCRIPTION: check as the result of dec is assigned to A, the return type of inc must be a subtype of A.
*/
@@ -6,8 +6,8 @@
* KOTLIN DIAGNOSTICS SPEC TEST (NEGATIVE)
*
* SPEC VERSION: 0.1-213
* PLACE: expressions, prefix-expressions, prefix-increment-expression -> paragraph 4 -> sentence 1
* RELEVANT PLACES: statements, assignments -> paragraph 3 -> sentence 2
* MAIN LINK: expressions, prefix-expressions, prefix-increment-expression -> paragraph 4 -> sentence 1
* PRIMARY LINKS: statements, assignments -> paragraph 3 -> sentence 2
* NUMBER: 1
* DESCRIPTION: check unsafe prefix increment expression call for an assignable expression
*/
@@ -6,8 +6,8 @@
* KOTLIN DIAGNOSTICS SPEC TEST (NEGATIVE)
*
* SPEC VERSION: 0.1-213
* PLACE: expressions, prefix-expressions, prefix-increment-expression -> paragraph 4 -> sentence 1
* RELEVANT PLACES: statements, assignments -> paragraph 3 -> sentence 2
* MAIN LINK: expressions, prefix-expressions, prefix-increment-expression -> paragraph 4 -> sentence 1
* PRIMARY LINKS: statements, assignments -> paragraph 3 -> sentence 2
* NUMBER: 1
* DESCRIPTION: check unsafe prefix increment expression call for an assignable expression
*/
@@ -6,7 +6,7 @@
* KOTLIN DIAGNOSTICS SPEC TEST (NEGATIVE)
*
* SPEC VERSION: 0.1-213
* PLACE: expressions, prefix-expressions, prefix-increment-expression -> paragraph 5 -> sentence 2
* MAIN LINK: expressions, prefix-expressions, prefix-increment-expression -> paragraph 5 -> sentence 2
* NUMBER: 1
* DESCRIPTION: check as the result of inc is assigned to A, the return type of inc must be a subtype of A.
*/
@@ -6,7 +6,7 @@
* KOTLIN DIAGNOSTICS SPEC TEST (NEGATIVE)
*
* SPEC VERSION: 0.1-213
* PLACE: expressions, prefix-expressions, prefix-increment-expression -> paragraph 5 -> sentence 2
* MAIN LINK: expressions, prefix-expressions, prefix-increment-expression -> paragraph 5 -> sentence 2
* NUMBER: 1
* DESCRIPTION: check as the result of inc is assigned to A, the return type of inc must be a subtype of A.
*/
@@ -7,7 +7,7 @@
* KOTLIN DIAGNOSTICS SPEC TEST (POSITIVE)
*
* SPEC VERSION: 0.1-218
* PLACE: expressions, prefix-expressions, unary-minus-expression -> paragraph 3 -> sentence 1
* MAIN LINK: expressions, prefix-expressions, unary-minus-expression -> paragraph 3 -> sentence 1
* NUMBER: 1
* DESCRIPTION: No additional restrictions apply for unary minus
* HELPERS: checkType
@@ -7,7 +7,7 @@
* KOTLIN DIAGNOSTICS SPEC TEST (POSITIVE)
*
* SPEC VERSION: 0.1-218
* PLACE: expressions, prefix-expressions, unary-plus-expression -> paragraph 3 -> sentence 1
* MAIN LINK: expressions, prefix-expressions, unary-plus-expression -> paragraph 3 -> sentence 1
* NUMBER: 1
* DESCRIPTION: No additional restrictions apply for unary plus
* HELPERS: checkType