Missing test data file added

This commit is contained in:
Andrey Breslav
2012-06-13 16:39:29 +04:00
parent f4ac06a483
commit 15086258c0
@@ -0,0 +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>
}