Files
kotlin-fork/idea/idea-completion/testData/basic/common/override/SecondConstructorParameter.kt
T
Alexander Podkhalyuzin d018489621 Fixed testdata
JS stdlib contains more classes now, so we need to filter them out
2019-09-26 16:25:50 +03:00

12 lines
365 B
Kotlin
Vendored

interface Foo {
val foo: Int
val bar: Int
}
class A(override val bar: Int, overrid<caret>): Foo
// EXIST: { lookupString: "override", itemText: "override" }
// EXIST: { itemText: "override val foo: Int", tailText: null, typeText: "Foo", attributes: "bold" }
// EXIST_JAVA_ONLY: { itemText: "override: Override", tailText: " (java.lang)" }
// NOTHING_ELSE