Translate intention classes to Kotlin and apply refactoring
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
res = when (n) {
|
||||
1 -> "one"
|
||||
2 -> "two"
|
||||
else -> "many"
|
||||
}
|
||||
Reference in New Issue
Block a user