7 lines
75 B
Kotlin
Vendored
7 lines
75 B
Kotlin
Vendored
package test2
|
|
import test.*
|
|
|
|
fun dummy() {
|
|
if (true) 1 else property
|
|
}
|