Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
quickfix
/
modifiers
/
removeConst.kt.after
blob: 37c0c629dc7a03af728c84aa4b740c89851f11c6 [
file
] [
log
] [
blame
]
// "Remove 'const' modifier" "true"
class
Foo
object
Test
{
val c
=
Foo
()
}
/* IGNORE_FIR */