Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
quickfix
/
changeSignature
/
removeUnusedExtensionParameter.kt.after
blob: 444b7982ec6a959d1017d20b606c2a3624d657d2 [
file
] [
log
] [
blame
]
// "Remove parameter 'x'" "true"
fun
Int
.
f
()
{
}
fun test
()
{
1.f
()
}