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