4d9b19da82
#KT-18539 Fixed
8 lines
140 B
Plaintext
Vendored
8 lines
140 B
Plaintext
Vendored
package foo
|
|
|
|
class Impl: B {
|
|
override fun foo(r: Runnable?) {
|
|
<selection><caret>TODO("Not yet implemented")</selection>
|
|
}
|
|
}
|