ef094e78e3
Change name of quick-fix to more descriptive one
10 lines
165 B
Kotlin
Vendored
10 lines
165 B
Kotlin
Vendored
// "Add remaining branches with * import" "true"
|
|
|
|
package u
|
|
|
|
import e.getOwnEnum
|
|
|
|
fun mainContext() {
|
|
val ownLocal = getOwnEnum()
|
|
<caret>when (ownLocal) {}
|
|
} |