mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 00:21:29 +00:00
6 lines
198 B
Plaintext
Vendored
6 lines
198 B
Plaintext
Vendored
// Object: to be implemented
|
|
actual object Object {
|
|
actual fun foo(): String {
|
|
TODO("not implemented") //To change body of created functions use File | Settings | File Templates.
|
|
}
|
|
} |