Fix tests: "infix modifier required" and "operator modifier required" errors
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
fun Int.plus(s: String) : String {
|
||||
operator fun Int.plus(s: String) : String {
|
||||
System.out?.println("Int.plus(s: String) called")
|
||||
return s
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user