Files
kotlin-fork/compiler/testData/diagnostics/testsWithStdLib/inference/delegates/kt31679.txt
T
2022-02-10 21:20:47 +00:00

13 lines
587 B
Plaintext
Vendored

package
private val privateObj: privateObj.`<anonymous>`.`<no name provided>`
public fun test(): kotlin.Unit
public final class MyDelegate</*0*/ T> {
public constructor MyDelegate</*0*/ T>(/*0*/ p: () -> T)
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: kotlin.reflect.KProperty<*>): T
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
}