References: Fix resolution of delegate reference for local variables

#KT-22229 Fixed
This commit is contained in:
Alexey Sedunov
2018-03-01 18:05:54 +03:00
parent 96de29dfcb
commit d690aedb89
3 changed files with 15 additions and 2 deletions
@@ -0,0 +1,5 @@
package foo
import kotlin.reflect.KProperty
operator fun String.getValue(nothing: Nothing?, property: KProperty<*>) = ""