Files
kotlin-fork/idea/idea-completion/testData/basic/common/extensions/ShowGetMethodWhenNothingElseMatch.kt
T
2015-07-16 13:49:16 +03:00

6 lines
83 B
Kotlin
Vendored

fun foo(thread: Thread) {
thread.get<caret>
}
// EXIST_JAVA_ONLY: getPriority