Fix tests: "infix modifier required" and "operator modifier required" errors
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ import kotlin.reflect.KProperty
|
||||
// KT-5612
|
||||
|
||||
class Delegate {
|
||||
public fun getValue(thisRef: Any?, prop: KProperty<*>): String {
|
||||
operator fun getValue(thisRef: Any?, prop: KProperty<*>): String {
|
||||
return "OK"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user