Files
kotlin-fork/idea/testData/slicer/outflow/jvmFieldMemberPropertyJavaUsages.kt
T
2018-01-17 12:40:34 +03:00

5 lines
56 B
Kotlin
Vendored

// FLOW: OUT
class A {
@JvmField val <caret>x = 1
}