KT-1151 Code completion for not imported extension functions - more tests for extension functions and properties
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package first
|
||||
|
||||
trait TestedTrait() {
|
||||
}
|
||||
|
||||
fun firstFun() {
|
||||
val a = second.SomeTest<TestedTrait>()
|
||||
a.testing<caret>
|
||||
}
|
||||
|
||||
// EXIST: testingMethod
|
||||
// EXIST: testingExpectedFunction
|
||||
// ABSENT: testingUnexpectedFunction
|
||||
|
||||
// NUMBER: 2
|
||||
Reference in New Issue
Block a user