blob: ce87666f240a64867bdab3cc961c0f654a71f1db [file] [log] [blame]
// NAME: X
// INFO: {checked: "true"}
interface T {}
open class A
// SIBLING:
class <caret>B : A(), T {
// INFO: {checked: "true"}
fun foo() {
}
}