[JS IR] Add tests for JS IR IC + PL
^KT-57347 related
This commit is contained in:
committed by
Space Team
parent
97620030c6
commit
82a1242f22
+3
@@ -0,0 +1,3 @@
|
||||
interface Foo {
|
||||
fun getSomething() = 0
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
open class Foo {
|
||||
fun getSomething() = 77
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
interface Foo {
|
||||
fun getSomething() = 2
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
open class Foo {
|
||||
open fun getSomething() = 7
|
||||
}
|
||||
Vendored
+21
@@ -0,0 +1,21 @@
|
||||
STEP 0:
|
||||
modifications:
|
||||
U : l1.0.kt -> l1.kt
|
||||
added file: l1.kt
|
||||
STEP 1:
|
||||
modifications:
|
||||
U : l1.1.kt -> l1.kt
|
||||
modified ir: l1.kt
|
||||
STEP 2:
|
||||
modifications:
|
||||
U : l1.2.kt -> l1.kt
|
||||
modified ir: l1.kt
|
||||
STEP 3..4:
|
||||
STEP 5:
|
||||
modifications:
|
||||
U : l1.5.kt -> l1.kt
|
||||
modified ir: l1.kt
|
||||
STEP 6:
|
||||
updated exports: l1.kt
|
||||
STEP 7:
|
||||
|
||||
Reference in New Issue
Block a user