Do not use incorrect import
This commit is contained in:
@@ -57,8 +57,8 @@ package b
|
||||
import a.<!CANNOT_ALL_UNDER_IMPORT_FROM_SINGLETON!>O<!>.*
|
||||
|
||||
fun testErroneusAllUnderImportFromObject() {
|
||||
A()
|
||||
B
|
||||
<!UNRESOLVED_REFERENCE!>A<!>()
|
||||
<!UNRESOLVED_REFERENCE!>B<!>
|
||||
<!UNRESOLVED_REFERENCE!>bar<!>()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user