Files
kotlin-fork/jps-plugin/testData/general/ManyFilesForPackage/src/boo.kt
T

7 lines
51 B
Kotlin

package boo
import foo.Bar
fun boo(bar: Bar) {
}