blob: 692ae78421c4d0c5dccdfb9ca773c2b580385f76 [file] [log] [blame]
// 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.
}