Name suggester + tests.
Fixed commented introduce variable tests.
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
fun a() {
|
||||
when (1) {
|
||||
is 1 -> <selection>1</selection>
|
||||
is 1 -> <selection>2</selection>
|
||||
}
|
||||
}
|
||||
/*
|
||||
fun a() {
|
||||
when (1) {
|
||||
is 1 -> {
|
||||
val i = 1
|
||||
val i = 2
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user