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

4 lines
68 B
Plaintext

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