9 lines
82 B
Kotlin
Vendored
9 lines
82 B
Kotlin
Vendored
// FILE: a.kt
|
|
package test
|
|
|
|
fun foo() {}
|
|
|
|
// FILE: b.kt
|
|
package test
|
|
|
|
fun bar() {} |