Files
kotlin-fork/idea/testData/intentions/convertFunctionToProperty/annotationLineBreak.kt.after
T

5 lines
79 B
Plaintext
Vendored

annotation class X(val s: String)
@X("")
val foo<caret>: String
get() = ""