Fix tests: "infix modifier required" and "operator modifier required" errors
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
fun Int?.inc(): Int? = this
|
||||
operator fun Int?.inc(): Int? = this
|
||||
|
||||
fun init(): Int? { return 10 }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user