[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
@@ -4,7 +4,7 @@
* KOTLIN CODEGEN BOX SPEC TEST (POSITIVE)
*
* SPEC VERSION: 0.1-268
* PLACE: overload-resolution, receivers -> paragraph 5 -> sentence 2
* MAIN LINK: overload-resolution, receivers -> paragraph 5 -> sentence 2
* NUMBER: 1
* DESCRIPTION: implicit this receiver has higher priority than any companion object receiver
*/
@@ -4,7 +4,7 @@
* KOTLIN CODEGEN BOX SPEC TEST (POSITIVE)
*
* SPEC VERSION: 0.1-268
* PLACE: overload-resolution, receivers -> paragraph 5 -> sentence 2
* MAIN LINK: overload-resolution, receivers -> paragraph 5 -> sentence 2
* NUMBER: 2
* DESCRIPTION: implicit this receiver has higher priority than any companion object receiver
*/
@@ -4,7 +4,7 @@
* KOTLIN CODEGEN BOX SPEC TEST (POSITIVE)
*
* SPEC VERSION: 0.1-278
* PLACE: overload-resolution, receivers -> paragraph 5 -> sentence 3
* MAIN LINK: overload-resolution, receivers -> paragraph 5 -> sentence 3
* NUMBER: 1
* DESCRIPTION: The phantom static implicit this receiver has higher priority than the current class companion object receiver;
*/
@@ -4,7 +4,7 @@
* KOTLIN CODEGEN BOX SPEC TEST (POSITIVE)
*
* SPEC VERSION: 0.1-278
* PLACE:overload-resolution, receivers -> paragraph 5 -> sentence 4
* MAIN LINK:overload-resolution, receivers -> paragraph 5 -> sentence 4
* NUMBER: 2
* DESCRIPTION: Current class companion object receiver has higher priority than any of the superclass companion objects;
*/
@@ -4,8 +4,8 @@
* KOTLIN CODEGEN BOX SPEC TEST (POSITIVE)
*
* SPEC VERSION: 0.1-278
* PLACE: overload-resolution, receivers -> paragraph 5 -> sentence 5
* RELEVANT PLACES: overload-resolution, receivers -> paragraph 5 -> sentence 4
* MAIN LINK: overload-resolution, receivers -> paragraph 5 -> sentence 5
* PRIMARY LINKS: overload-resolution, receivers -> paragraph 5 -> sentence 4
* NUMBER: 1
* DESCRIPTION: Superclass companion object receivers are prioritized according to the inheritance order
*/