LazyResolveNamespaceComparingTest → LazyResolveRecursiveComparingTest
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package test
|
||||
|
||||
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