Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
quickfix
/
replaceWithDotCall
/
normal.kt
blob: f807755ce93748f72ac77cb20eb9c025241c36b6 [
file
]
// "Replace with dot call" "true"
// WITH_RUNTIME
fun foo
(
a
:
String
)
{
a
<caret>
?.
length
}