af2de09840
#KT-11017 In Progress
10 lines
123 B
Kotlin
Vendored
10 lines
123 B
Kotlin
Vendored
// NAME: X
|
|
interface T {}
|
|
|
|
// SIBLING:
|
|
class <caret>A(n: Int) : T {
|
|
// INFO: {checked: "true"}
|
|
fun foo() {
|
|
|
|
}
|
|
} |