Files
kotlin-fork/idea/testData/intentions/removeConstructorKeyword/varargVal.kt
T
2019-01-24 14:32:21 +03:00

2 lines
61 B
Kotlin
Vendored

class VarargVal <caret>constructor(vararg val param: String)