[Spec tests] Change metadata structure of implementation and spec tests
This commit is contained in:
+2
-2
@@ -4,8 +4,8 @@
|
||||
* KOTLIN CODEGEN BOX SPEC TEST (POSITIVE)
|
||||
*
|
||||
* SPEC VERSION: 0.1-220
|
||||
* PLACE: expressions, not-null-assertion-expression -> paragraph 2 -> sentence 2
|
||||
* RELEVANT PLACES: expressions, not-null-assertion-expression -> paragraph 2 -> sentence 1
|
||||
* MAIN LINK: expressions, not-null-assertion-expression -> paragraph 2 -> sentence 2
|
||||
* PRIMARY LINKS: expressions, not-null-assertion-expression -> paragraph 2 -> sentence 1
|
||||
* NUMBER: 1
|
||||
* DESCRIPTION: For an expression e!!, if the type of e is nullable, a not-null assertion expression checks, whether the evaluation result of e is equal to null and, if it is, throws a runtime exception.
|
||||
*/
|
||||
|
||||
+2
-2
@@ -4,8 +4,8 @@
|
||||
* KOTLIN CODEGEN BOX SPEC TEST (POSITIVE)
|
||||
*
|
||||
* SPEC VERSION: 0.1-220
|
||||
* PLACE: expressions, not-null-assertion-expression -> paragraph 2 -> sentence 2
|
||||
* RELEVANT PLACES: expressions, not-null-assertion-expression -> paragraph 2 -> sentence 1
|
||||
* MAIN LINK: expressions, not-null-assertion-expression -> paragraph 2 -> sentence 2
|
||||
* PRIMARY LINKS: expressions, not-null-assertion-expression -> paragraph 2 -> sentence 1
|
||||
* NUMBER: 2
|
||||
* DESCRIPTION: For an expression e!!, if the type of e is nullable, a not-null assertion expression checks, whether the evaluation result of e is equal to null and, if it is, throws a runtime exception.
|
||||
*/
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@
|
||||
* KOTLIN CODEGEN BOX SPEC TEST (POSITIVE)
|
||||
*
|
||||
* SPEC VERSION: 0.1-220
|
||||
* PLACE: expressions, not-null-assertion-expression -> paragraph 2 -> sentence 3
|
||||
* MAIN LINK: expressions, not-null-assertion-expression -> paragraph 2 -> sentence 3
|
||||
* NUMBER: 1
|
||||
* DESCRIPTION: If the evaluation result of e is not equal to null, the result of e!! is the evaluation result of e.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user