7cad0052d9
#KT-28995 Fixed #KT-29051 Fixed #KT-29052 Fixed
6 lines
113 B
Kotlin
Vendored
6 lines
113 B
Kotlin
Vendored
// "Add parameter to constructor 'Foo'" "true"
|
|
// DISABLE-ERRORS
|
|
enum class Foo {
|
|
A("A"<caret>),
|
|
B("B")
|
|
} |