Fix tests: "infix modifier required" and "operator modifier required" errors
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
public object Globals{
|
||||
public fun get(key: String, remove: Boolean = true): String {
|
||||
operator fun get(key: String, remove: Boolean = true): String {
|
||||
return "OK"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user