Files
kotlin-fork/compiler/testData/diagnostics/tests/deprecated/deprecatedError.txt
T
2015-10-13 01:44:46 +03:00

12 lines
528 B
Plaintext
Vendored

package
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "alas") public fun foo(): kotlin.Unit
public fun test(/*0*/ c: C): kotlin.Unit
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "alas") public final class C {
public constructor C()
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 open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
}