Sign in
android
/
platform
/
external
/
jetbrains
/
kotlin
/
refs/heads/compose-dev
/
.
/
plugins
/
uast-kotlin
/
testData
/
LocalVariableWithAnnotation.kt
blob: 91f36d09ada88882a7cb08352202dc0ecd11b9b5 [
file
] [
log
] [
blame
] [
edit
]
annotation
class
TestAnnotation
fun foo
()
{
@TestAnnotation
val bar
=
"lorem ipsum"
}