Files
kotlin-fork/jps-plugin/testData/incremental/multiModule/jvm/circularDependencyTopLevelFunctions/module2_b.kt.new
T
2018-07-23 15:43:17 +03:00

12 lines
240 B
Plaintext
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()
}
fun bb() {
}