Files
kotlin-fork/idea/testData/editor/enterHandler/multilineString/spaces/noTrimIndentInAnnotations.kt
T

7 lines
95 B
Kotlin
Vendored

@Annotation("""<caret>""")
fun some() {}
//-----
@Annotation("""
<caret>
""")
fun some() {}