Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
intentions
/
convertPropertyToFunction
/
recursiveAccessor.kt
blob: 6330001a34f36aa2bca29f3aca753742b7be5e47 [
file
] [
log
] [
blame
]
// WITH_RUNTIME
val
String
.<
caret
>
foo
:
String
get
()
=
if
(
isEmpty
())
""
else
substring
(
1
).
foo