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

6 lines
96 B
Kotlin
Vendored

annotation class Ann
class AnnotatedParam <caret>constructor(@Ann x: Double) {
val y = x
}