Files
kotlin-fork/compiler/testData/diagnostics/tests/smartCasts/localDelegatedPropertyBefore.txt
T

13 lines
635 B
Plaintext
Vendored

package
public fun failsWithClassCastException(): kotlin.Unit
public final class AlternatingDelegate {
public constructor AlternatingDelegate()
public final var counter: kotlin.Int
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
public final operator fun getValue(/*0*/ thisRef: kotlin.Any?, /*1*/ property: [Error type: Unresolved type for KProperty<*>]<out [Error type: Error type projection]>): kotlin.Any?
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
}