[JS IR] Introduce special setMetadataFor*() for synthetic classes
^KT-63436 Fixed
This commit is contained in:
committed by
Space Team
parent
9af681e234
commit
45c166abf8
+2
-2
@@ -36,8 +36,8 @@ suspend fun box() {
|
||||
// test.kt:14 box: $completion=EmptyContinuation
|
||||
// test.kt:14 box: $completion=EmptyContinuation
|
||||
// test.kt:7 doResume:
|
||||
// test.kt:5 foo: $completion=$foo1COROUTINE$0
|
||||
// test.kt:5 foo: $completion=Coroutine
|
||||
// test.kt:8 doResume:
|
||||
// test.kt:5 foo: $completion=$foo1COROUTINE$0
|
||||
// test.kt:5 foo: $completion=Coroutine
|
||||
// test.kt:9 doResume:
|
||||
// test.kt:10 doResume: dead=kotlin.Long
|
||||
|
||||
+2
-2
@@ -30,8 +30,8 @@ suspend fun box() {
|
||||
// test.kt:13 box: $completion=EmptyContinuation
|
||||
// test.kt:12 box: $completion=EmptyContinuation
|
||||
// test.kt:6 doResume:
|
||||
// test.kt:4 foo: $completion=$foo1COROUTINE$0
|
||||
// test.kt:4 foo: $completion=Coroutine
|
||||
// test.kt:7 doResume:
|
||||
// test.kt:4 foo: $completion=$foo1COROUTINE$0
|
||||
// test.kt:4 foo: $completion=Coroutine
|
||||
// test.kt:8 doResume:
|
||||
// test.kt:9 doResume: dead=kotlin.Long
|
||||
|
||||
+2
-2
@@ -38,8 +38,8 @@ suspend fun box() {
|
||||
// test.kt:14 box: $completion=EmptyContinuation
|
||||
// test.kt:14 box: $completion=EmptyContinuation
|
||||
// test.kt:8 doResume:
|
||||
// test.kt:6 foo: <this>=A, $completion=$foo1COROUTINE$0
|
||||
// test.kt:6 foo: <this>=A, $completion=Coroutine
|
||||
// test.kt:9 doResume:
|
||||
// test.kt:6 foo: <this>=A, $completion=$foo1COROUTINE$0
|
||||
// test.kt:6 foo: <this>=A, $completion=Coroutine
|
||||
// test.kt:10 doResume:
|
||||
// test.kt:11 doResume: dead=kotlin.Long
|
||||
|
||||
+1
-1
@@ -34,7 +34,7 @@ suspend fun box() {
|
||||
|
||||
// EXPECTATIONS JS_IR
|
||||
// test.kt:12 doResume:
|
||||
// test.kt:8 h: $completion=$boxCOROUTINE$0
|
||||
// test.kt:8 h: $completion=Coroutine
|
||||
// test.kt:4 doResume:
|
||||
// test.kt:4 doResume: x=41:number
|
||||
// test.kt:19 doResume: x=41:number, x=41:number
|
||||
|
||||
+1
-1
@@ -48,7 +48,7 @@ suspend fun box() {
|
||||
|
||||
// EXPECTATIONS JS_IR
|
||||
// test.kt:12 doResume:
|
||||
// test.kt:6 h: $completion=$boxCOROUTINE$0
|
||||
// test.kt:6 h: $completion=Coroutine
|
||||
// test.kt:13 doResume:
|
||||
// test.kt:13 doResume:
|
||||
// test.kt:13 doResume:
|
||||
|
||||
Reference in New Issue
Block a user