- KT-1430 Import popup/type completion does not work for extension functions
- refactoring for auto import tests
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// "Import Class" "true"
|
||||
package testingExtensionFunctionsImport
|
||||
|
||||
fun some() {
|
||||
val str = ""
|
||||
str.<caret>someFun()
|
||||
}
|
||||
Reference in New Issue
Block a user