Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
quickfix
/
variables
/
removeValVarFromParameter
/
parameterWithComment.kt.after
blob: 862b0dc26c52ef6bdf9f395ecdb612053726bd92 [
file
] [
log
] [
blame
]
// "Remove 'val' from parameter" "true"
fun f
(<
caret
>
/* comment */
x
:
String
)
{
}