KProperty and ReadOnlyProperty type parameter names #KT-16529

This commit is contained in:
Abduqodiri Qurbonzoda
2020-02-17 15:40:57 +03:00
parent 5ed28b38be
commit fe50bb4b93
13 changed files with 127 additions and 127 deletions
@@ -5,5 +5,5 @@ import kotlin.properties.Delegates
var x: Int <caret>by Delegates.notNull()
// MULTIRESOLVE
// REF: (in kotlin.properties.ReadWriteProperty).getValue(R, kotlin.reflect.KProperty<*>)
// REF: (in kotlin.properties.ReadWriteProperty).setValue(R, kotlin.reflect.KProperty<*>, T)
// REF: (in kotlin.properties.ReadWriteProperty).getValue(T, kotlin.reflect.KProperty<*>)
// REF: (in kotlin.properties.ReadWriteProperty).setValue(T, kotlin.reflect.KProperty<*>, V)