Files
kotlin-fork/idea/testData/quickfix/implement/annotation.kt
T
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)