Serializing inner objects in NamespaceComparator
+ duplicating test removed
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
package test
|
||||
|
||||
class B {
|
||||
object Obj {}
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
namespace test
|
||||
|
||||
internal final class test.B : jet.Any {
|
||||
public final /*constructor*/ fun <init>(): test.B
|
||||
internal final val Obj: test.B.Obj
|
||||
}
|
||||
@@ -3,4 +3,8 @@ namespace test
|
||||
internal final class test.A : jet.Any {
|
||||
public final /*constructor*/ fun <init>(): test.A
|
||||
internal final val B: test.A.B
|
||||
internal final object test.A.B : jet.Any {
|
||||
internal final /*constructor*/ fun <init>(): test.A.B
|
||||
internal final fun foo(/*0*/ a: jet.Int): jet.String
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user