Descriptor test data for diagnostic tests fixed

This commit is contained in:
Andrey Breslav
2014-09-24 15:07:39 +04:00
parent 25efd6684f
commit 6564231040
50 changed files with 15144 additions and 15171 deletions
@@ -16,7 +16,7 @@ public open class Test {
public constructor Test()
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
public final /*synthesized*/ fun test(/*0*/ r: (() -> kotlin.Int)?): kotlin.Unit
public open fun test(/*0*/ r: Run?): kotlin.Unit
public final /*synthesized*/ fun test(/*0*/ r: (() -> kotlin.Int)!): kotlin.Unit
public open fun test(/*0*/ r: Run!): kotlin.Unit
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
}