- 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,7 @@
package functionimporttest.data
fun String.someTestFun() {
}
fun someTestFun() {
}