Implement -X arguments passing from kotlin runner to compiler
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
|
||||
fun f() : Result<Int> = Result.success(42)
|
||||
|
||||
println(f().getOrNull())
|
||||
Reference in New Issue
Block a user