9 lines
210 B
Plaintext
Vendored
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 {
|
|
}
|