summaryrefslogtreecommitdiff
path: root/plugins/kotlin/jps/jps-plugin/tests/testData/general/CircularDependenciesSamePackageWithTests/module1/test/test_a_2.kt
blob: 028f7dbaa665ee6a2a2638c774cbc9b6179cfdc1 (plain)
1
2
3
4
5
6
package test

fun foo() {
    funA()
    testFunA()
}