Updated test data for some of lazy resolve tests.
This commit is contained in:
@@ -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>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user