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