Files
kotlin-fork/jps/jps-plugin/testData/incremental/circularDependency/simple/module2_b.kt.new
T
2014-08-29 16:31:29 +04:00

12 lines
240 B
Plaintext

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() {
}