import kotlin.reflect.KProperty operator fun List.getValue(thisRef: T, property: KProperty<*>): Int = indexOf(thisRef) class C { val property by } // EXIST: lazy // EXIST: listOf