Files
kotlin-fork/idea/testData/intentions/indentRawString/annotationEntry.kt
T
2019-11-07 14:57:56 +03:00

7 lines
102 B
Kotlin
Vendored

// IS_APPLICABLE: false
@Ann("""foo
bar
baz"""<caret>)
class Test
annotation class Ann(val s: String)