Files
kotlin-fork/idea/testData/intentions/usePropertyAccessSyntax/isGet.kt.after
T

4 lines
70 B
Plaintext
Vendored

// WITH_RUNTIME
fun foo(thread: Thread) {
thread.<caret>isDaemon
}