Lazy resolve: Package-level objects are handled properly
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
package foo
|
||||
|
||||
object Bar {
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
namespace <root>
|
||||
|
||||
// <namespace name="foo">
|
||||
namespace foo
|
||||
|
||||
internal final val Bar: foo.Bar
|
||||
// </namespace name="foo">
|
||||
Reference in New Issue
Block a user