Test added for non-* imports
This commit is contained in:
@@ -10,3 +10,14 @@ namespace b {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
namespace c {
|
||||
import d.X
|
||||
val x : X = X()
|
||||
}
|
||||
|
||||
namespace d {
|
||||
class X() {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user