Files
kotlin-fork/idea/idea-completion/testData/keywords/SealedForAnnotationClass.kt
T
2021-05-12 21:40:18 +03:00

5 lines
124 B
Kotlin
Vendored

// FIR_COMPARISON
seal<caret> annotation class A
// ABSENT: "sealed"
// ABSENT: "sealed class"
// ABSENT: "sealed interface"