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