8 lines
62 B
Kotlin
Vendored
8 lines
62 B
Kotlin
Vendored
package foo
|
|
|
|
import foo.onlyInImport
|
|
|
|
fun onlyInImport() {
|
|
|
|
}
|