Files
kotlin-fork/idea/testData/inspectionsLocal/mayBeConstant/inClass.kt
T
2017-12-15 13:05:50 +03:00

6 lines
78 B
Kotlin
Vendored

// PROBLEM: none
// WITH_RUNTIME
class My {
@JvmField val <caret>x = 13
}