Pseudocode: Generate fake values for Unit/Nothing-typed expressions
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
fun test() {
|
||||
run1 @f{(): Int ->
|
||||
(return@f 1): Nothing
|
||||
(return@f 1)<!UNREACHABLE_CODE!>: Nothing<!>
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user