Files
kotlin-fork/idea/testData/inspectionsLocal/mayBeConstant/objectLiteral.kt
T

8 lines
81 B
Kotlin
Vendored

// PROBLEM: none
interface Foo
val foo = object : Foo {
val <caret>x = 1
}