FIR HL API: Unwrap substitution overrides if it contains stub types
This commit is contained in:
committed by
teamcity
parent
9e8727e6a8
commit
d084cfb65b
+2
-2
@@ -1,3 +1,3 @@
|
||||
Resolved to:
|
||||
0: (in kotlin.properties.ReadWriteProperty) operator fun getValue(thisRef: kotlin.Any?, property: kotlin.reflect.KProperty<*>): kotlin.Int
|
||||
1: (in kotlin.properties.ReadWriteProperty) operator fun setValue(thisRef: kotlin.Any?, property: kotlin.reflect.KProperty<*>, value: kotlin.Int)
|
||||
0: (in kotlin.properties.ReadWriteProperty) operator fun getValue(thisRef: T, property: kotlin.reflect.KProperty<*>): V
|
||||
1: (in kotlin.properties.ReadWriteProperty) operator fun setValue(thisRef: T, property: kotlin.reflect.KProperty<*>, value: V)
|
||||
Reference in New Issue
Block a user