Regenerated all test data which uses NamespaceComparator.
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
namespace test
|
||||
|
||||
internal final class test.B : jet.Any {
|
||||
public final /*primary constructor*/ fun <init>(): test.B
|
||||
internal final class test.B.B : jet.Any {
|
||||
public final /*primary constructor*/ fun <init>(): test.B.B
|
||||
internal final fun foo(/*0*/ b: test.B.B.C): jet.Tuple0
|
||||
internal final class test.B.B.C : jet.Any {
|
||||
public final /*primary constructor*/ fun <init>(): test.B.B.C
|
||||
internal final class B {
|
||||
/*primary*/ public constructor B()
|
||||
|
||||
internal final class B {
|
||||
/*primary*/ public constructor B()
|
||||
internal final fun foo(/*0*/ b : test.B.B.C) : Unit
|
||||
|
||||
internal final class C {
|
||||
/*primary*/ public constructor C()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user