Add when surrounder
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
enum class MyEnum {
|
||||
FIRST
|
||||
SECOND
|
||||
}
|
||||
|
||||
fun foo() {
|
||||
val a = MyEnum.FIRST
|
||||
<selection>a</selection>
|
||||
}
|
||||
Reference in New Issue
Block a user