Files
kotlin-fork/compiler/testData/diagnostics/testsWithJvmBackend/propertyInlineCycle.kt
T
pyos e06bacafad JVM: fix inline cycle detection
1. use the correct descriptor in the old backend;
 2. clear the temporary variables for arguments in the IR backend.

 #KT-45292 Fixed
2021-03-12 11:49:42 +01:00

4 lines
93 B
Kotlin
Vendored

// TARGET_BACKEND: JVM
inline val String.foo: String
get() = <!INLINE_CALL_CYCLE!>foo<!>