7125989c69
#KT-5803 Fixed
18 lines
170 B
Plaintext
Vendored
18 lines
170 B
Plaintext
Vendored
// INFO: {"checked": "true"}
|
|
interface X {
|
|
|
|
}
|
|
|
|
// INFO: {"checked": "false"}
|
|
interface Y {
|
|
|
|
}
|
|
|
|
// INFO: {"checked": "true"}
|
|
interface Z {
|
|
|
|
}
|
|
|
|
class B implements I, Y {
|
|
|
|
} |