mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 00:21:35 +00:00
8 lines
252 B
Plaintext
Vendored
8 lines
252 B
Plaintext
Vendored
import foo.Intf
|
|
|
|
class Impl(): Intf {
|
|
override fun fooBar(i: Int, s: Array<out String>?, foo: Any?) {
|
|
<selection><caret>TODO("not implemented") //To change body of created functions use File | Settings | File Templates.</selection>
|
|
}
|
|
}
|