Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
260e8dfd39d86c4c5db834113ee010d647f3995e
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithStdLib
/
concurrent.kt
blob: 827a81769a6988f3fa81506f858a55453fb0336a [
file
]
// RUN_PIPELINE_TILL: BACKEND
@Volatile
var
xx
:
Int
=
2
@Synchronized
fun foo
()
{}
/* GENERATED_FIR_TAGS: functionDeclaration, integerLiteral, propertyDeclaration */