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