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