5 lines
80 B
Plaintext
Vendored
5 lines
80 B
Plaintext
Vendored
class A: I {
|
|
// INFO: {"checked": "true"}
|
|
override fun foo(): Int = 1
|
|
}
|