c6a9c36275
#KT-16833 Fixed
5 lines
56 B
Kotlin
Vendored
5 lines
56 B
Kotlin
Vendored
// FLOW: OUT
|
|
|
|
class A {
|
|
@JvmField val <caret>x = 1
|
|
} |