172: Revert "UAST test data fixes: LocalVariableWithAnnotationKt fix for variable type"
This reverts commit ef61beb53ae1030afe11b3d15a2750959136ad65.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
public final class LocalVariableWithAnnotationKt {
|
||||
public static final fun foo() : void {
|
||||
@TestAnnotation var bar: <ErrorType> = "lorem ipsum"
|
||||
}
|
||||
}
|
||||
|
||||
public abstract annotation TestAnnotation {
|
||||
}
|
||||
Reference in New Issue
Block a user