JVM_IR: Implement name mangling exceptions for Result class.
This commit is contained in:
committed by
max-kammerer
parent
d458e4a7b2
commit
078ccbf077
@@ -0,0 +1,6 @@
|
||||
// WITH_RUNTIME
|
||||
|
||||
fun box(): String {
|
||||
val ok = Result.success("OK")
|
||||
return ok.getOrNull()!!
|
||||
}
|
||||
Reference in New Issue
Block a user