Do not shorten too much

This commit is contained in:
Valentin Kipyatkov
2015-02-12 00:30:55 +03:00
parent 78d927c3c3
commit 3710d4105c
3 changed files with 5 additions and 8 deletions
@@ -1,5 +1,5 @@
import b.a.A
import b.a
fun bar() {
val t: A = A()
val t: a.A = a.A()
}
@@ -1,10 +1,9 @@
package c
import b.a.A
import b.a
fun bar() {
val t: A = A()
val t: a.A = a.A()
a.foo()
println(a.x)
a.x = ""