summaryrefslogtreecommitdiff
path: root/plugins/kotlin/jps/jps-plugin/tests/testData/general/ManyFilesForPackage/src/Bar.kt
blob: ae9e0be1836672fff8d423d1710d01cbc244479b (plain)
1
2
3
4
5
package foo

class Bar

fun other() {}