5 lines
88 B
Kotlin
Vendored
5 lines
88 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
|
|
inline val String.foo: String
|
|
get() = <!INLINE_CALL_CYCLE!>foo<!>
|