Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
quickfix
/
modifiers
/
removeConst.kt
blob: 70921f0ea496a2d7a83d1017980bdd24fe89fef1 [
file
]
// "Remove 'const' modifier" "true"
class
Foo
object
Test
{
<caret>
const
val c
=
Foo
()
}