Add missing enum entry added/removed tests
#KT-6200 fixed
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
import Enum.*
|
||||
|
||||
fun use(e: Enum): String =
|
||||
when (e) {
|
||||
A -> "A"
|
||||
B -> "B"
|
||||
C -> "C"
|
||||
}
|
||||
Reference in New Issue
Block a user