Implement -X arguments passing from kotlin runner to compiler

This commit is contained in:
Ilya Chernikov
2021-01-04 13:06:18 +01:00
parent 9a7d1948a7
commit d2ecc1e361
6 changed files with 52 additions and 16 deletions
+4
View File
@@ -0,0 +1,4 @@
fun f() : Result<Int> = Result.success(42)
println(f().getOrNull())