UAST: Fix testPropertyWithAnnotation
This commit is contained in:
committed by
Nikolay Krasko
parent
e6efaaf752
commit
3f15f7a394
@@ -1,12 +1,12 @@
|
||||
public final class PropertyWithAnnotationKt {
|
||||
private static final var prop1: int = 0
|
||||
private static var prop3: int = 0
|
||||
@null private static final var prop1: int = 0
|
||||
@null private static var prop3: int = 0
|
||||
public static final fun getProp1() : int = UastEmptyExpression
|
||||
@TestAnnotation
|
||||
public static final fun getProp2() : int = 0
|
||||
public static final fun getProp3() : int = 0
|
||||
@TestAnnotation
|
||||
public static final fun setProp3(value: int) : void {
|
||||
public static final fun setProp3(@null value: int) : void {
|
||||
field = value
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user