Massive test data update for compiledJava

This commit is contained in:
Andrey Breslav
2014-09-10 19:05:21 +04:00
parent 0b6a4df4f4
commit ea3215b361
249 changed files with 574 additions and 573 deletions
@@ -2,7 +2,7 @@ package test
public open class InnerOfGeneric {
public constructor InnerOfGeneric()
public abstract inner class A</*0*/ K> {
public constructor A</*0*/ K>()
@@ -14,17 +14,17 @@ public open class InnerOfGeneric {
public open inner class B</*0*/ L> : test.InnerOfGeneric.A<L!> {
public constructor B</*0*/ L>()
public open inner class SubInner : test.InnerOfGeneric.A.Inner {
public constructor SubInner()
public open override /*1*/ fun iterator(): kotlin.(Mutable)Iterator<L!>!
}
}
public trait S</*0*/ E> {
public abstract fun iterator(): kotlin.(Mutable)Iterator<E!>!
}
// Static members
public final /*synthesized*/ fun </*0*/ E> S(/*0*/ function: () -> kotlin.MutableIterator<E!>!): test.InnerOfGeneric.S<E>
}
public final /*synthesized*/ fun </*0*/ E> S(/*0*/ function: () -> kotlin.(Mutable)Iterator<E!>!): test.InnerOfGeneric.S<E>
}