Files
kotlin-fork/idea/resources/intentionDescriptions/UsePropertyAccessSyntaxIntention/after.kt.template
T

4 lines
66 B
Plaintext

fun foo(thread: Thread) {
<spot>thread.daemon = true</spot>
}