Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
ir
/
irText
/
expressions
/
extensionPropertyGetterCall.kt
blob: f1df6c1baead3a6a962ea227a2e595623360340b [
file
]
// FIR_IDENTICAL
val
String
.
okext
:
String
get
()
=
"OK"
fun
String
.
test5
()
=
okext