Fix tests: "infix modifier required" and "operator modifier required" errors
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
// "Create member function 'set'" "true"
|
||||
class A {
|
||||
fun get(s: String): Int = 1
|
||||
operator fun get(s: String): Int = 1
|
||||
|
||||
operator fun set(s: String, value: Int) {
|
||||
throw UnsupportedOperationException("not implemented") //To change body of created functions use File | Settings | File Templates.
|
||||
|
||||
Reference in New Issue
Block a user