Regenerated test data.

This commit is contained in:
Evgeny Gerashchenko
2012-12-17 20:59:31 +04:00
parent 1ab555a51b
commit 5e5cd86194
92 changed files with 112 additions and 112 deletions
@@ -1,12 +1,12 @@
namespace test
internal final class test.B : jet.Any {
public final /*constructor*/ fun <init>(): test.B
public final /*primary constructor*/ fun <init>(): test.B
internal final class test.B.B : jet.Any {
public final /*constructor*/ fun <init>(): test.B.B
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 /*constructor*/ fun <init>(): test.B.B.C
public final /*primary constructor*/ fun <init>(): test.B.B.C
}
}
}
@@ -1,10 +1,10 @@
namespace test
internal open class test.A : jet.Any {
public final /*constructor*/ fun <init>(): test.A
public final /*primary constructor*/ fun <init>(): test.A
internal open fun foo(/*0*/ a: [ERROR : E]): jet.Tuple0
}
internal final class test.B : test.A {
public final /*constructor*/ fun <init>(): test.B
public final /*primary constructor*/ fun <init>(): test.B
internal open override /*1*/ fun foo(/*0*/ a: [ERROR : E]): jet.Tuple0
}
@@ -1,7 +1,7 @@
namespace test
internal final class test.Some : jet.Any {
public final /*constructor*/ fun <init>(): test.Some
public final /*primary constructor*/ fun <init>(): test.Some
[ERROR : Unresolved annotation type]() internal final class object test.Some.<class-object-for-Some> : jet.Any {
private final /*constructor*/ fun <init>(): test.Some.<class-object-for-Some>
internal final annotation class test.Some.<class-object-for-Some>.TestAnnotation : jet.Annotation {
@@ -1,12 +1,12 @@
namespace test
internal final class test.TestSome</*0*/ P : jet.Any?> : jet.Any {
public final /*constructor*/ fun </*0*/ P : jet.Any?><init>(): test.TestSome<P>
public final /*primary constructor*/ fun </*0*/ P : jet.Any?><init>(): test.TestSome<P>
internal final class object test.TestSome.<class-object-for-TestSome> : test.ToResolve<[ERROR : P]> {
private final /*constructor*/ fun <init>(): test.TestSome.<class-object-for-TestSome>
}
}
internal open class test.ToResolve</*0*/ SomeClass : jet.Any?> : jet.Any {
public final /*constructor*/ fun </*0*/ SomeClass : jet.Any?><init>(/*0*/ f: jet.Function1<jet.Int, jet.Int>): test.ToResolve<SomeClass>
public final /*primary constructor*/ fun </*0*/ SomeClass : jet.Any?><init>(/*0*/ f: jet.Function1<jet.Int, jet.Int>): test.ToResolve<SomeClass>
}
internal final fun testFun(/*0*/ a: jet.Int): jet.Int
@@ -1,7 +1,7 @@
namespace test
internal final enum class test.Test : jet.Enum<test.Test> {
private final /*constructor*/ fun <init>(/*0*/ a: jet.Int): test.Test
private final /*primary constructor*/ fun <init>(/*0*/ a: jet.Int): test.Test
public final override /*1*/ /*fake_override*/ fun name(): jet.String
public final override /*1*/ /*fake_override*/ fun ordinal(): jet.Int
internal final class object test.Test.<class-object-for-Test> {
@@ -1,10 +1,10 @@
namespace test
internal final class test.A : jet.Any {
public final /*constructor*/ fun <init>(): test.A
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 /*constructor*/ fun <init>(): test.A.B
private final /*primary constructor*/ fun <init>(): test.A.B
internal final fun foo(/*0*/ a: jet.Int): jet.String
}
}
@@ -1,7 +1,7 @@
namespace test
internal final object test.SomeObject : jet.Any {
private final /*constructor*/ fun <init>(): test.SomeObject
private final /*primary constructor*/ fun <init>(): test.SomeObject
internal final fun test(/*0*/ a: jet.Int): jet.Int
}
internal final val SomeObject: test.SomeObject
@@ -1,6 +1,6 @@
namespace test
internal final object test.Bar : jet.Any {
private final /*constructor*/ fun <init>(): test.Bar
private final /*primary constructor*/ fun <init>(): test.Bar
}
internal final val Bar: test.Bar
@@ -4,16 +4,16 @@ namespace test
namespace p
internal final class test.p.C : jet.Any {
public final /*constructor*/ fun <init>(): test.p.C
public final /*primary constructor*/ fun <init>(): test.p.C
internal final fun f(): jet.Tuple0
}
internal open class test.p.G</*0*/ T : jet.Any?> : jet.Any {
public final /*constructor*/ fun </*0*/ T : jet.Any?><init>(): test.p.G<T>
public final /*primary constructor*/ fun </*0*/ T : jet.Any?><init>(): test.p.G<T>
internal final fun a(): jet.Tuple0
internal open fun f(): T
}
internal final class test.p.G2</*0*/ E : jet.Any?> : test.p.G<E> {
public final /*constructor*/ fun </*0*/ E : jet.Any?><init>(): test.p.G2<E>
public final /*primary constructor*/ fun </*0*/ E : jet.Any?><init>(): test.p.G2<E>
internal final override /*1*/ /*fake_override*/ fun a(): jet.Tuple0
internal open override /*1*/ fun f(): E
internal final fun g(): E
@@ -22,5 +22,5 @@ internal final fun foo(): jet.Tuple0
internal final fun foo(/*0*/ a: test.p.C): jet.Tuple0
// </namespace name="p">
internal final class test.A : jet.Any {
public final /*constructor*/ fun <init>(): test.A
public final /*primary constructor*/ fun <init>(): test.A
}
@@ -1,6 +1,6 @@
namespace test
internal final class test.CompositeIterator</*0*/ T : jet.Any?> : jet.Any {
public final /*constructor*/ fun </*0*/ T : jet.Any?><init>(/*0*/ vararg iterators: java.util.Iterator<T> /*jet.Array<java.util.Iterator<T>>*/): test.CompositeIterator<T>
public final /*primary constructor*/ fun </*0*/ T : jet.Any?><init>(/*0*/ vararg iterators: java.util.Iterator<T> /*jet.Array<java.util.Iterator<T>>*/): test.CompositeIterator<T>
internal final val iteratorsIter: jet.Iterator<java.util.Iterator<T>>
}