7cad0052d9
#KT-28995 Fixed #KT-29051 Fixed #KT-29052 Fixed
9 lines
132 B
Plaintext
Vendored
9 lines
132 B
Plaintext
Vendored
// "Add parameter to constructor 'Foo'" "true"
|
|
// DISABLE-ERRORS
|
|
enum class Foo(i: Int) {
|
|
A(1),
|
|
B(2),
|
|
C(1),
|
|
D(1),
|
|
}
|