Update UAST to 1.0.10; move uast-kotlin tests to Kotlin project
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
public final class AnnotationParametersKt {
|
||||
@IntRange(from = 10, to = 0)
|
||||
public static final fun foo() : int = 5
|
||||
}
|
||||
|
||||
public abstract annotation IntRange {
|
||||
public abstract fun from() : long = UastEmptyExpression
|
||||
public abstract fun to() : long = UastEmptyExpression
|
||||
}
|
||||
Reference in New Issue
Block a user