K2: fix field annotation splitting and frontend checks
Related to KT-57135
This commit is contained in:
committed by
Space Team
parent
37ed7beda0
commit
dc38ce24f7
@@ -1,5 +1,5 @@
|
||||
FILE: concurrent.kt
|
||||
@R|kotlin/jvm/Volatile|() public final var xx: R|kotlin/Int| = Int(2)
|
||||
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| {
|
||||
|
||||
Reference in New Issue
Block a user