2b4f03feef
#KT-8427 In Progress
7 lines
124 B
Plaintext
Vendored
7 lines
124 B
Plaintext
Vendored
// "Implement as constructor parameters" "true"
|
|
interface I {
|
|
val foo: Int
|
|
}
|
|
|
|
<caret>class A(override val foo: Int) : I
|