7 lines
51 B
Kotlin
7 lines
51 B
Kotlin
package boo
|
|
|
|
import foo.Bar
|
|
|
|
fun boo(bar: Bar) {
|
|
}
|