Fix tests: "infix modifier required" and "operator modifier required" errors
This commit is contained in:
+2
@@ -1,5 +1,6 @@
|
||||
// FILE: first.before.kt
|
||||
// "Import" "true"
|
||||
// ERROR: operator modifier is required on 'get' in 'some.Some'
|
||||
|
||||
package testing
|
||||
|
||||
@@ -26,6 +27,7 @@ operator fun Some.get(s: String) {}
|
||||
|
||||
// FILE: first.after.kt
|
||||
// "Import" "true"
|
||||
// ERROR: operator modifier is required on 'get' in 'some.Some'
|
||||
|
||||
package testing
|
||||
|
||||
|
||||
Reference in New Issue
Block a user