Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
e74282753ae0fda39015b2d1cc9c31db24bb800c
/
.
/
idea
/
testData
/
quickfix
/
variables
/
removeValVarFromParameter
/
parameterWithComment.kt
blob: 76f32d37c468a0860fbb7da8e8fa4b013e604ddb [
file
]
// "Remove 'val' from parameter" "true"
fun f
(<
caret
>
val
/* comment */
x
:
String
)
{
}