0df5d5158d
#KT-38297 Fixed
7 lines
86 B
Plaintext
7 lines
86 B
Plaintext
interface A {
|
|
val foo: Int
|
|
}
|
|
|
|
class B(<spot>override val foo: Int</spot>) : A {
|
|
|
|
} |