fix access from tests to internal elements in production code in case of circular dependency
Original commit: 5b59fc74bc
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
package test
|
||||
|
||||
fun a() {
|
||||
|
||||
}
|
||||
|
||||
internal fun funA() {}
|
||||
|
||||
val a = ""
|
||||
Reference in New Issue
Block a user