Files
kotlin-fork/compiler/testData/diagnostics/testsWithStdLib/inference/delegates/kt31679.txt
T
Dmitriy Novozhilov e83941a98e [NI] Don't resolve delegates twice
#KT-31219 Fixed
#KT-31679 Fixed
#KT-32249 Fixed
2019-12-26 10:54:06 +03:00

13 lines
583 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
}