172: Revert "UAST test data fixes: LocalVariableWithAnnotationKt fix for variable type"

This reverts commit ef61beb53ae1030afe11b3d15a2750959136ad65.
This commit is contained in:
Nikolay Krasko
2018-01-11 20:12:41 +03:00
parent b02ec40a4c
commit 99f74af006
@@ -0,0 +1,8 @@
public final class LocalVariableWithAnnotationKt {
public static final fun foo() : void {
@TestAnnotation var bar: <ErrorType> = "lorem ipsum"
}
}
public abstract annotation TestAnnotation {
}