UAST test data fixes: LocalVariableWithAnnotationKt fix for variable type

it is not clear for me why it was not `String`
This commit is contained in:
Nicolay Mitropolsky
2017-10-12 12:59:44 +03:00
committed by Nikolay Krasko
parent 7c3c59de00
commit f1579d01af
@@ -1,6 +1,6 @@
public final class LocalVariableWithAnnotationKt {
public static final fun foo() : void {
@TestAnnotation var bar: <ErrorType> = "lorem ipsum"
@TestAnnotation var bar: java.lang.String = "lorem ipsum"
}
}