7f07890f6a
#KT-13298 Fixed
12 lines
279 B
Plaintext
Vendored
12 lines
279 B
Plaintext
Vendored
interface I {
|
|
fun foo(p: Int)
|
|
}
|
|
|
|
class A : I {
|
|
override fun foo(p: Int) {
|
|
<caret><selection>TODO("not implemented") //To change body of created functions use File | Settings | File Templates.</selection>
|
|
}
|
|
}
|
|
|
|
// ELEMENT_TEXT: "override fun foo(p: Int) {...}"
|