Convert SwitchCodegen to Kotlin, prettify and optimize codegen
This commit is contained in:
+1
-1
@@ -18,4 +18,4 @@ fun box() : String {
|
||||
}
|
||||
}
|
||||
|
||||
// 1 LOOKUPSWITCH
|
||||
// 1 TABLESWITCH
|
||||
|
||||
@@ -24,4 +24,4 @@ fun box(): String {
|
||||
return res
|
||||
}
|
||||
|
||||
// 1 LOOKUPSWITCH
|
||||
// 1 TABLESWITCH
|
||||
|
||||
@@ -24,4 +24,4 @@ fun box(): String {
|
||||
return "O".doTheThing() + Level.K.doTheThing()
|
||||
}
|
||||
|
||||
// 1 LOOKUPSWITCH
|
||||
// 1 TABLESWITCH
|
||||
|
||||
Reference in New Issue
Block a user