f1579d01af
it is not clear for me why it was not `String`
9 lines
215 B
Plaintext
Vendored
9 lines
215 B
Plaintext
Vendored
public final class LocalVariableWithAnnotationKt {
|
|
public static final fun foo() : void {
|
|
@TestAnnotation var bar: java.lang.String = "lorem ipsum"
|
|
}
|
|
}
|
|
|
|
public abstract annotation TestAnnotation {
|
|
}
|