f02b73103b
annotation, data, enum, inner, open - classes supplied with these modifiers cannot be sealed. Commit fixes code completion - "sealed" is no longer suggested in the mentioned case.
4 lines
106 B
Kotlin
Vendored
4 lines
106 B
Kotlin
Vendored
seal<caret> annotation class A
|
|
// ABSENT: "sealed"
|
|
// ABSENT: "sealed class"
|
|
// ABSENT: "sealed interface" |