725df49c8c
(cherry picked from commit f3fa779)
2 lines
58 B
Plaintext
Vendored
2 lines
58 B
Plaintext
Vendored
class WithParameters(x: Int = 42, y: String = "Hello") {
|
|
} |