Sign in
android
/
platform
/
external
/
jetbrains
/
kotlin
/
refs/heads/compose-dev
/
.
/
plugins
/
uast-kotlin
/
testData
/
LocalVariableWithAnnotation.render.txt
blob: 40973f0b6dc5ad97ebc0a24ac5cb5b60e7d0a2dd [
file
] [
log
] [
blame
] [
edit
]
public final class LocalVariableWithAnnotationKt {
public static final fun foo() : void {
@TestAnnotation var bar: java.lang.String = "lorem ipsum"
}
}
public abstract annotation TestAnnotation {
}