Rename: jps-plugin -> jps/jps-plugin
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
import Enum.*
|
||||
|
||||
fun use(e: Enum): String =
|
||||
when (e) {
|
||||
A -> "A"
|
||||
B -> "B"
|
||||
}
|
||||
Reference in New Issue
Block a user