Files
kotlin/idea/testData/quickfix/implement/annotation.kt
2017-01-10 21:16:08 +03:00

6 lines
102 B
Kotlin
Vendored

// "Create subclass" "false"
// ACTION: Rename file to My.kt
annotation class <caret>My(val x: Int)