Read*BinaryClassTest: compare serialized namespace with hardcopy
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace test
|
||||
|
||||
open class test.Outer : jet.Any {
|
||||
final /*constructor*/ fun <init>(): test.Outer
|
||||
open class test.Outer.Inner : jet.Any {
|
||||
final /*constructor*/ fun <init>(): test.Outer.Inner
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user