summaryrefslogtreecommitdiff
path: root/plugins/kotlin/jps/jps-plugin/tests/testData/general/KotlinJavaScriptProjectWithTestsAndTestAndSrcModuleDependency/srcAndTests/tests/SrcAndTestsTests.kt
blob: 7b7f50ed9b589df4a330aae17756494dc6dd7d30 (plain)
1
2
3
4
5
6
7
8
9
package test

import src.srcAndTests

fun testSrcAndTests() {
    srcAndTests()
}

fun ambiguous() {}