mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 15:53:46 +00:00
4 lines
166 B
Plaintext
Vendored
4 lines
166 B
Plaintext
Vendored
// foo: to be implemented
|
|
actual fun foo(arg: Int): String {
|
|
TODO("not implemented") //To change body of created functions use File | Settings | File Templates.
|
|
} |