[TD] Fix friend modules
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ class Box() {
|
||||
internal fun result(value: String = "OK"): String = value
|
||||
}
|
||||
|
||||
// MODULE: main(lib)
|
||||
// MODULE: main()(lib)
|
||||
// FILE: B.kt
|
||||
|
||||
fun box(): String {
|
||||
|
||||
Reference in New Issue
Block a user