Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
a3b14561c4d5f2ab5a7edc53fca7d3c891589f2c
/
.
/
plugins
/
uast-kotlin
/
testData
/
LocalVariableWithAnnotation.kt
blob: 91f36d09ada88882a7cb08352202dc0ecd11b9b5 [
file
] [
log
] [
blame
]
annotation
class
TestAnnotation
fun foo
()
{
@TestAnnotation
val bar
=
"lorem ipsum"
}