JVM IR: More precise check for calls to the implementation method in a default stub
This commit is contained in:
committed by
max-kammerer
parent
648bc9b1c4
commit
3a7cc93c4e
@@ -0,0 +1,9 @@
|
||||
// IGNORE_BACKEND: JS, JS_IR
|
||||
@Suppress("RECURSION_IN_INLINE")
|
||||
inline fun test(p: String = test("OK")): String {
|
||||
return p
|
||||
}
|
||||
|
||||
fun box() : String {
|
||||
return test()
|
||||
}
|
||||
Reference in New Issue
Block a user