e06bacafad
1. use the correct descriptor in the old backend; 2. clear the temporary variables for arguments in the IR backend. #KT-45292 Fixed
4 lines
93 B
Kotlin
Vendored
4 lines
93 B
Kotlin
Vendored
// TARGET_BACKEND: JVM
|
|
inline val String.foo: String
|
|
get() = <!INLINE_CALL_CYCLE!>foo<!>
|