Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
161333d3e7d13dd98386fe346a71a07eadfe4756
/
.
/
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 */