Files
kotlin-fork/compiler/testData/diagnostics/testsWithJvmBackend/propertyInlineCycle.kt
T
2023-07-17 16:55:24 +00:00

5 lines
88 B
Kotlin
Vendored

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