Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
quickfix
/
variables
/
unusedVariableWithConstantInitializer.kt
blob: 500ac7a0a34f0448c5e8906dae638d434c3b8b67 [
file
] [
log
] [
blame
]
// "Remove variable 'flag'" "true"
fun foo
()
{
val
<caret>
flag
=
true
}