Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9ca5f9c66ebdb7e907ed23a75ccf71e119b6392c
/
.
/
idea
/
testData
/
quickfix
/
variables
/
unusedVariableWithoutInitializer.kt
blob: 567d5b35dde74517f9e2f757a7e7bd623c2d36a7 [
file
] [
log
] [
blame
]
// "Remove variable 'test'" "true"
fun f
()
{
val
<caret>
test
:
Int
}