mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 00:21:28 +00:00
8 lines
225 B
Kotlin
Vendored
8 lines
225 B
Kotlin
Vendored
package b
|
|
|
|
fun b() {
|
|
// TODO: this call is compiled via package facade or package part depending on if callee comes from compiled or source
|
|
// Must be uncommented when modules are supported in compiler
|
|
// a.a()
|
|
}
|