baa0f2dc1b
Caret placement is at the end of new fun/property #KT-25313 Fixed
7 lines
124 B
Plaintext
Vendored
7 lines
124 B
Plaintext
Vendored
// "Implement as constructor parameters" "true"
|
|
interface I {
|
|
val foo: Int
|
|
}
|
|
|
|
class A(override val foo: Int<caret>) : I
|