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.
6 lines
87 B
Kotlin
Vendored
6 lines
87 B
Kotlin
Vendored
seal<caret> fun interface A {
|
|
fun aFunction()
|
|
}
|
|
|
|
// EXIST: "sealed"
|
|
// NOTHING_ELSE |