blob: 444b7982ec6a959d1017d20b606c2a3624d657d2 [file] [log] [blame]
// "Remove parameter 'x'" "true"
fun Int.f() {
}
fun test() {
1.f()
}