52e9117e9d
#KT-15353 Fixed
11 lines
125 B
Plaintext
Vendored
11 lines
125 B
Plaintext
Vendored
interface `class` {
|
|
// INFO: {checked: "true"}
|
|
fun foo() {
|
|
|
|
}
|
|
}
|
|
|
|
// NAME: class
|
|
// SIBLING:
|
|
class A : `class` {
|
|
} |