26e9e9de11
^KTIJ-23090 obsolete
13 lines
136 B
Kotlin
13 lines
136 B
Kotlin
fun main() {
|
|
println("Hello, Kotlin/Native!")
|
|
}
|
|
|
|
expect fun f()
|
|
|
|
fun test() {
|
|
}
|
|
|
|
actual fun f() { <expr>println("Hello")</expr> }
|
|
|
|
|