c185cecb40
#KT-31902 Fixed #KT-33937 Fixed
9 lines
86 B
Plaintext
Vendored
9 lines
86 B
Plaintext
Vendored
package a
|
|
|
|
import a.b.foo
|
|
|
|
class Goo {
|
|
fun x() {
|
|
foo { i, i2 -> }
|
|
}
|
|
} |