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:
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"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user