c5d50ce6d7
#KT-14012 Fixed
Original commit: d48ef2efc7
7 lines
75 B
Kotlin
7 lines
75 B
Kotlin
package test2
|
|
import test.*
|
|
|
|
fun dummy() {
|
|
if (true) 1 else property
|
|
}
|