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