Erroneous fix reverted. Test added
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
// KT-355 Resolve imports after all symbols are built
|
||||
|
||||
namespace a {
|
||||
import b.*
|
||||
val x : X = X()
|
||||
}
|
||||
|
||||
namespace b {
|
||||
class X() {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user