[Spec tests] Change metadata structure of implementation and spec tests
This commit is contained in:
Vendored
+1
-1
@@ -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
|
||||
*/
|
||||
|
||||
Vendored
+1
-1
@@ -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
|
||||
*/
|
||||
|
||||
Vendored
+1
-1
@@ -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;
|
||||
*/
|
||||
|
||||
Vendored
+1
-1
@@ -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;
|
||||
*/
|
||||
|
||||
Vendored
+2
-2
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user