Support missing when branch exception throwing. (#174)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
fun main(args: Array<String>) {
|
||||
when (true) {
|
||||
true -> println("true")
|
||||
false -> println("false")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user