Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
e1e07d20949869a38f2fc0b6ceeea1235721f07f
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithJvmBackend
/
propertyInlineCycle.kt
blob: adc7bf71536f29db3c5dc0ab6f56683c56b29c67 [
file
]
// FIR_IDENTICAL
// TARGET_BACKEND: JVM
inline
val
String
.
foo
:
String
get
()
=
<!
INLINE_CALL_CYCLE
!>
foo
<!>