summaryrefslogtreecommitdiff
path: root/plugins/kotlin/jps/jps-plugin/tests/testData/general/CircularDependenciesSamePackageWithTests/module1/src/a.kt
blob: 4da8772ebba268a07991462ed544c8a83c3e6ec2 (plain)
1
2
3
4
5
6
7
8
9
package test

fun a() {

}

internal fun funA() {}

val a = ""