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

6 lines
74 B
Kotlin
Vendored

// PROBLEM: none
// WITH_RUNTIME
annotation class A
@A val <caret>x = 55