Added "Add remaining branches with import" quick fix #KT-16033 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
2fa4c28e0f
commit
fe0f44da94
@@ -0,0 +1,12 @@
|
||||
// "Add remaining branches with import" "true"
|
||||
// WITH_RUNTIME
|
||||
enum class Foo {
|
||||
A, B, C
|
||||
}
|
||||
|
||||
class Test {
|
||||
fun foo(e: Foo) {
|
||||
when<caret> (e) {
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user