Uast: property resolve arrayOf in nested annotations (KT-29434)

This commit is contained in:
Nicolay Mitropolsky
2019-01-23 21:25:40 +03:00
committed by xiexed
parent 4ffeff5e6c
commit a3ea7bcd3b
7 changed files with 129 additions and 14 deletions
@@ -1,4 +1,5 @@
public abstract annotation Annotation {
public abstract fun strings() : java.lang.String[] = UastEmptyExpression
}
public final class A {
@@ -24,3 +25,7 @@ public abstract annotation AnnotationArray {
public final class C {
public fun C() = UastEmptyExpression
}
public final class C2 {
public fun C2() = UastEmptyExpression
}