7924568355
The bug is reproducible only for non-incremental compilation mode, which will be deprecated soon. #KT-6454 can't reproduce
5 lines
65 B
Plaintext
Vendored
5 lines
65 B
Plaintext
Vendored
class Y {
|
|
inline fun foo(f: () -> Unit) {
|
|
f()
|
|
}
|
|
} |