Updated test data for some of lazy resolve tests.

This commit is contained in:
Evgeny Gerashchenko
2012-06-16 17:30:08 +04:00
parent bf2a31b877
commit 4fd520f2ea
2 changed files with 4 additions and 4 deletions
@@ -1,6 +1,6 @@
namespace test
abstract class test.ClassTypeTypePRefSuper</*0*/ P : jet.Any?> : java.lang.Iterable<P> {
final /*constructor*/ fun </*0*/ P : jet.Any?><init>(): test.ClassTypeTypePRefSuper<P>
abstract override /*1*/ fun iterator(): java.util.Iterator<P>
public abstract class test.ClassTypeTypePRefSuper</*0*/ P : jet.Any?> : java.lang.Iterable<P> {
public abstract override /*1*/ fun iterator(): java.util.Iterator<P>
public final /*constructor*/ fun </*0*/ P : jet.Any?><init>(): test.ClassTypeTypePRefSuper<P>
}