Files
kotlin-fork/idea/testData/intentions/convertPrimaryConstructorToSecondary/annotatedConstructor.kt
T
Mikhail Glukhikh 7f50e6e70e KT-9839: intention introduced: convert primary constructor to secondary one
(cherry picked from commit 93aaa48)
2016-09-30 16:39:01 +03:00

3 lines
84 B
Kotlin
Vendored

annotation class Ann(val t: String)
class Annotated @Ann("42") constructor<caret>()