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 testFunB() {}
|
||||
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
package test
|
||||
|
||||
fun bar() {
|
||||
funB()
|
||||
testFunB()
|
||||
}
|
||||
Reference in New Issue
Block a user