Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
quickfix
/
changeSignature
/
removeUnusedPrimaryConstructorParameter.kt
blob: 22ccec67d4e48296dd0e7ce5fe840f7613fa0ac0 [
file
] [
log
] [
blame
]
// "Remove parameter 'a'" "true"
class
Foo
(<
caret
>
a
:
String
)