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