[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
+2
@@ -0,0 +1,2 @@
|
||||
open class Bar : Foo {
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
open class Bar : Foo {
|
||||
override fun getSomething() = 3
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
interface Bar : Foo {
|
||||
override fun getSomething() = 4
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
open class Bar : Foo() {
|
||||
override fun getSomething() = 6
|
||||
}
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
open class Bar : Foo() {
|
||||
}
|
||||
Vendored
+34
@@ -0,0 +1,34 @@
|
||||
STEP 0:
|
||||
dependencies: lib1
|
||||
modifications:
|
||||
U : l2.0.kt -> l2.kt
|
||||
added file: l2.kt
|
||||
STEP 1..2:
|
||||
dependencies: lib1
|
||||
rebuild klib: false
|
||||
updated imports: l2.kt
|
||||
STEP 3:
|
||||
dependencies: lib1
|
||||
modifications:
|
||||
U : l2.3.kt -> l2.kt
|
||||
modified ir: l2.kt
|
||||
STEP 4:
|
||||
dependencies: lib1
|
||||
modifications:
|
||||
U : l2.4.kt -> l2.kt
|
||||
modified ir: l2.kt
|
||||
STEP 5:
|
||||
dependencies: lib1
|
||||
rebuild klib: false
|
||||
updated exports: l2.kt
|
||||
updated imports: l2.kt
|
||||
STEP 6:
|
||||
dependencies: lib1
|
||||
modifications:
|
||||
U : l2.6.kt -> l2.kt
|
||||
modified ir: l2.kt
|
||||
STEP 7:
|
||||
dependencies: lib1
|
||||
modifications:
|
||||
U : l2.7.kt -> l2.kt
|
||||
modified ir: l2.kt
|
||||
Reference in New Issue
Block a user