Fix tests: "infix modifier required" and "operator modifier required" errors
This commit is contained in:
+1
-1
@@ -5,5 +5,5 @@ import kotlin.reflect.KProperty
|
||||
annotation class Anno
|
||||
|
||||
@Anno val x: Int by object {
|
||||
fun getValue(thiz: Any?, data: KProperty<*>) = null!!
|
||||
operator fun getValue(thiz: Any?, data: KProperty<*>) = null!!
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user