[JS IR] Add IC test for local inline function
^KT-50739
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
fun foo(): String {
|
||||
inline fun localFoo(): String {
|
||||
return "OK-0"
|
||||
}
|
||||
|
||||
return localFoo()
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
fun foo(): String {
|
||||
inline fun localFoo(): String {
|
||||
return "OK-1"
|
||||
}
|
||||
|
||||
return localFoo()
|
||||
}
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
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
|
||||
Reference in New Issue
Block a user