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