6 lines
73 B
Kotlin
Vendored
6 lines
73 B
Kotlin
Vendored
// FILE: a.kt
|
|
suspend fun main() {}
|
|
|
|
// FILE: b.kt
|
|
suspend fun main() {}
|