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
65 B
Plaintext
5 lines
65 B
Plaintext
class Y {
|
|
inline fun foo(f: () -> Unit) {
|
|
f()
|
|
}
|
|
} |