[JS IR] Add tests for JS IR IC + PL

^KT-57347 related
This commit is contained in:
Alexander Korepanov
2023-05-08 16:54:30 +02:00
committed by Space Team
parent 97620030c6
commit 82a1242f22
96 changed files with 710 additions and 3 deletions
@@ -0,0 +1,2 @@
open class Bar : Foo {
}
@@ -0,0 +1,3 @@
open class Bar : Foo {
override fun getSomething() = 3
}
@@ -0,0 +1,3 @@
interface Bar : Foo {
override fun getSomething() = 4
}
@@ -0,0 +1,3 @@
open class Bar : Foo() {
override fun getSomething() = 6
}
@@ -0,0 +1,2 @@
open class Bar : Foo() {
}
@@ -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