Change object resolution strategy in lazy resolve
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
package test
|
||||
|
||||
internal val Bar: test.Bar
|
||||
|
||||
internal object Bar {
|
||||
/*primary*/ private constructor Bar()
|
||||
|
||||
public class object <class-object-for-Bar> : test.Bar {
|
||||
/*primary*/ private constructor <class-object-for-Bar>()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user