fix access from tests to internal elements in production code in case of circular dependency
This commit is contained in:
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
package test
|
||||
|
||||
internal fun testFunA() {}
|
||||
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
package test
|
||||
|
||||
fun foo() {
|
||||
funA()
|
||||
testFunA()
|
||||
}
|
||||
Reference in New Issue
Block a user