Files
kotlin-fork/plugins/uast-kotlin/testData/LocalVariableWithAnnotation.render.txt
T
2018-01-12 13:52:54 +03:00

9 lines
210 B
Plaintext
Vendored

public final class LocalVariableWithAnnotationKt {
public static final fun foo() : void {
@TestAnnotation var bar: <ErrorType> = "lorem ipsum"
}
}
public abstract annotation TestAnnotation {
}