- KT-1430 Import popup/type completion does not work for extension functions

- refactoring for auto import tests
This commit is contained in:
Nikolay Krasko
2012-03-07 13:42:06 +04:00
parent a94b77ffc9
commit ec29e06115
18 changed files with 374 additions and 178 deletions
@@ -0,0 +1,8 @@
// "Import Class" "true"
package functionimporttest
import functionimporttest.data.someTestFun
fun functionImportTest() {
someTestFun()
}