Regenerated all test data which uses NamespaceComparator.

This commit is contained in:
Evgeny Gerashchenko
2012-12-26 19:01:00 +04:00
parent af3dffbed4
commit 5dec5a4c28
335 changed files with 3084 additions and 2792 deletions
@@ -1,10 +1,11 @@
namespace test
internal final class test.A : jet.Any {
public final /*primary constructor*/ fun <init>(): test.A
internal final val B: test.A.B
internal final object test.A.B : jet.Any {
private final /*primary constructor*/ fun <init>(): test.A.B
internal final fun foo(/*0*/ a: jet.Int): jet.String
internal final class A {
/*primary*/ public constructor A()
internal final val B : test.A.B
internal object B {
/*primary*/ private constructor B()
internal final fun foo(/*0*/ a : jet.Int) : jet.String
}
}