mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 08:31:30 +00:00
7 lines
202 B
Plaintext
Vendored
7 lines
202 B
Plaintext
Vendored
// foo: to be implemented
|
|
|
|
actual fun foo(arg: String) = arg
|
|
|
|
actual fun foo(arg: Int): String {
|
|
TODO("not implemented") //To change body of created functions use File | Settings | File Templates.
|
|
} |