References: Fix resolution of delegate reference for local variables
#KT-22229 Fixed
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
package foo
|
||||
|
||||
import kotlin.reflect.KProperty
|
||||
|
||||
operator fun String.getValue(nothing: Nothing?, property: KProperty<*>) = ""
|
||||
Reference in New Issue
Block a user