Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
quickfix
/
replaceWithDotCall
/
normal.kt.after
blob: f79947610a9212cb60d05c24f5fe4455b68ab325 [
file
] [
log
] [
blame
]
// "Replace with dot call" "true"
// WITH_RUNTIME
fun foo
(
a
:
String
)
{
a
.
length
}