[IR] Inliner: supported recursion in default arguments
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
// IGNORE_BACKEND: JS, JS_IR
|
||||
// IGNORE_BACKEND: JS
|
||||
@Suppress("RECURSION_IN_INLINE")
|
||||
inline fun test(p: String = test("OK")): String {
|
||||
return p
|
||||
|
||||
Reference in New Issue
Block a user