Add when branches: remove unnecessary blank line
#KT-30426 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
c1984d92ff
commit
cbdc79fcda
+13
@@ -0,0 +1,13 @@
|
||||
// "Add remaining branches" "true"
|
||||
// WITH_RUNTIME
|
||||
|
||||
sealed class A
|
||||
class B : A()
|
||||
|
||||
fun test(a: A) {
|
||||
val r = when (a) {
|
||||
|
||||
// comment
|
||||
is B -> TODO()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user