Files
kotlin-fork/idea/testData/codeInsight/lineMarker/dslMarker/markerAnnotationDeclaration.kt
T
Pavel V. Talanov 229184dd78 Dsl line marker: provide simple tooltip
Test dsl line marker
2018-02-08 15:36:42 +01:00

7 lines
197 B
Kotlin
Vendored

package p
@DslMarker
annotation class <lineMarker descr="Marker annotation for DSL">Anno1</lineMarker>
@DslMarker
annotation class <lineMarker descr="Marker annotation for DSL">Anno2</lineMarker>