- 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,6 @@
|
||||
// "Import Class" "true"
|
||||
package functionimporttest
|
||||
|
||||
fun functionImportTest() {
|
||||
<caret>someTestFun()
|
||||
}
|
||||
Reference in New Issue
Block a user