mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-18 15:54:05 +00:00
8 lines
143 B
Kotlin
Vendored
8 lines
143 B
Kotlin
Vendored
// IGNORE_BACKEND: JVM_IR
|
|
// WITH_RUNTIME
|
|
@file:JvmMultifileClass
|
|
@file:JvmName("Foo")
|
|
package Hello
|
|
|
|
suspend fun main(args: Array<String>) {}
|