5 lines
77 B
Kotlin
5 lines
77 B
Kotlin
package some
|
|
|
|
fun foo() = 12
|
|
fun fooImported() = 12
|
|
fun fooNotImported() = 12 |