Files
kotlin-fork/compiler/testData/diagnostics/testsWithJvmBackend/propertyInlineCycle.kt
T

5 lines
110 B
Kotlin
Vendored

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