Do not use incorrect import

This commit is contained in:
Valentin Kipyatkov
2016-01-13 18:51:31 +03:00
parent 866f3f189f
commit 47041885ca
5 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ val y: T = Y
fun f() {
bar()
R.bar()
B.foo()
<!UNRESOLVED_REFERENCE!>B<!>.<!DEBUG_INFO_ELEMENT_WITH_ERROR_TYPE!>foo<!>()
}
object M {