Files
kotlin-fork/idea/idea-completion/testData/basic/multifile/DoNotCompleteWithConstraints/DoNotCompleteWithConstraints.kt
T
2015-09-22 15:00:24 +02:00

16 lines
240 B
Kotlin
Vendored

package first
interface TestedTrait() {
}
fun firstFun() {
val a = second.SomeTest<TestedTrait>()
a.testing<caret>
}
// EXIST: testingMethod
// EXIST: testingExpectedFunction
// ABSENT: testingUnexpectedFunction
// NOTHING_ELSE