c55df3ffab
Original commit: 166883d847
7 lines
75 B
Kotlin
7 lines
75 B
Kotlin
package test2
|
|
import test.*
|
|
|
|
fun dummy() {
|
|
if (true) 1 else property
|
|
}
|