Fix compiler tests
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
fun Int?.inc(): Int? { return this }
|
||||
operator fun Int?.inc(): Int? { return this }
|
||||
|
||||
public fun box(arg: Int?) : Int? {
|
||||
var i : Int? = arg
|
||||
|
||||
Reference in New Issue
Block a user