Files
kotlin-fork/compiler/fir/analysis-tests/testData/resolveWithStdlib/concurrent.fir.txt
T
Mikhail Glukhikh dc38ce24f7 K2: fix field annotation splitting and frontend checks
Related to KT-57135
2023-04-25 12:18:26 +00:00

7 lines
274 B
Plaintext
Vendored

FILE: concurrent.kt
field:@R|kotlin/jvm/Volatile|() public final var xx: R|kotlin/Int| = Int(2)
public get(): R|kotlin/Int|
public set(value: R|kotlin/Int|): R|kotlin/Unit|
@R|kotlin/jvm/Synchronized|() public final fun foo(): R|kotlin/Unit| {
}