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