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
@@ -63,8 +63,8 @@ package b
import a.C1.<!CANNOT_ALL_UNDER_IMPORT_FROM_SINGLETON!>O<!>.*
fun testErroneusAllUnderImportFromObject() {
A()
B
<!UNRESOLVED_REFERENCE!>A<!>()
<!UNRESOLVED_REFERENCE!>B<!>
<!UNRESOLVED_REFERENCE!>bar<!>()
}