725df49c8c
(cherry picked from commit f3fa779)
3 lines
81 B
Kotlin
Vendored
3 lines
81 B
Kotlin
Vendored
class WithParameters {
|
|
constructor(<caret>x: Int = 42, y: String = "Hello")
|
|
} |