summaryrefslogtreecommitdiff
path: root/plugins/kotlin/jps/jps-plugin/tests/testData/general/KJKProject/src/kotlin/KSecond.kt
blob: af0f67ec98fc2172a1fc6521d619ba2d2d5b47e7 (plain)
1
2
3
4
5
6
7
package myproject.kotlin

class KSecond() {
    fun foo() {

    }
}