5eba550aef
The bug is reproducible only for non-incremental compilation mode, which
will be deprecated soon.
#KT-6454 can't reproduce
Original commit: 7924568355
5 lines
53 B
Kotlin
5 lines
53 B
Kotlin
class X {
|
|
fun main() {
|
|
Y().foo {}
|
|
}
|
|
} |