33e6a85a2d
We exclude testData pattern from copyright scope
13 lines
136 B
Kotlin
Vendored
13 lines
136 B
Kotlin
Vendored
fun main() {
|
|
println("Hello, Kotlin/Native!")
|
|
}
|
|
|
|
expect fun f()
|
|
|
|
fun test() {
|
|
}
|
|
|
|
actual fun f() { <expr>println("Hello")</expr> }
|
|
|
|
|