Files
T
2015-12-30 00:56:34 +03:00

7 lines
86 B
Plaintext

interface A {
val foo: Int
}
class B(<spot>override val foo: Int</spot>) : A {
}