mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 08:31:28 +00:00
8 lines
212 B
Plaintext
Vendored
8 lines
212 B
Plaintext
Vendored
package foo
|
|
|
|
class Impl: B {
|
|
override fun foo(r: Runnable?) {
|
|
<selection><caret>TODO("not implemented") //To change body of created functions use File | Settings | File Templates.</selection>
|
|
}
|
|
}
|