KT-1151 Code completion for not imported extension functions - more tests for extension functions and properties
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package first
|
||||
|
||||
fun firstFun() {
|
||||
val a = SomeUnknownClass()
|
||||
a.hello<caret>
|
||||
}
|
||||
|
||||
// ABSENT: helloFun
|
||||
// ABSENT: helloFunPreventAutoInsert
|
||||
// ABSENT: helloWithParams
|
||||
// NUMBER: 0
|
||||
Reference in New Issue
Block a user