Fix Delegates.lazy usages in testData

This commit is contained in:
Ilya Gorbunov
2015-11-03 23:18:58 +03:00
parent 70fdc379ef
commit 850c1518c8
4 changed files with 14 additions and 11 deletions
@@ -1,5 +1,3 @@
import kotlin.properties.Delegates
val x: Int <caret>by lazy {1}
val x: Int <caret>by Delegates.lazy {1}
// REF: (in kotlin.properties.ReadOnlyProperty).getValue(R,kotlin.reflect.KProperty<*>)
// REF: (for kotlin.Lazy<T> in kotlin).getValue(kotlin.Any?,kotlin.reflect.KProperty<*>)