1e31d24e9b
So #KT-24815 Fixed
7 lines
94 B
Kotlin
Vendored
7 lines
94 B
Kotlin
Vendored
// "Remove 'const' modifier" "true"
|
|
|
|
class Foo
|
|
|
|
object Test {
|
|
<caret>const val c = Foo()
|
|
} |