[NI] Don't resolve delegates twice
#KT-31219 Fixed #KT-31679 Fixed #KT-32249 Fixed
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user