Autoimports tests has been updated.

This commit is contained in:
Sergey Lukjanov
2012-03-30 18:34:04 +04:00
parent 9f07f117fb
commit 99c7b9ef3e
8 changed files with 16 additions and 16 deletions
@@ -1,4 +1,4 @@
// "Import Class" "true"
// "Import" "true"
package testingExtensionFunctionsImport
import testingExtensionFunctionsImport.data.someFun
@@ -6,4 +6,4 @@ import testingExtensionFunctionsImport.data.someFun
fun some() {
val str = ""
str.someFun()
}
}