Updated test data for some of lazy resolve tests.
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
namespace <root>
|
namespace <root>
|
||||||
|
|
||||||
final fun </*0*/ T : jet.Any?>foo(/*0*/ t: T): T
|
internal final fun </*0*/ T : jet.Any?>foo(/*0*/ t: T): T
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
namespace test
|
namespace test
|
||||||
|
|
||||||
abstract class test.ClassTypeTypePRefSuper</*0*/ P : jet.Any?> : java.lang.Iterable<P> {
|
public abstract class test.ClassTypeTypePRefSuper</*0*/ P : jet.Any?> : java.lang.Iterable<P> {
|
||||||
final /*constructor*/ fun </*0*/ P : jet.Any?><init>(): test.ClassTypeTypePRefSuper<P>
|
public abstract override /*1*/ fun iterator(): java.util.Iterator<P>
|
||||||
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