Fix KtDotQualifiedExpressionElementType stub building for complex qualified elements

Fixed #EA212081
This commit is contained in:
Igor Yakovlev
2020-02-06 20:13:43 +03:00
parent ddcc3b39f7
commit 9e05c702ab
4 changed files with 68 additions and 3 deletions
+7 -1
View File
@@ -128,4 +128,10 @@ annotation class ArraysSpread(
@ArraysSpread(
*[1, 2, 3]
)
class WithSpreadOperatorArrays
class WithSpreadOperatorArrays
@SomeAnno1(x = (1 + 2).toLong())
@SomeAnno2(x = 1.toLong())
@SomeAnno3(x = 1.toLong() + 2)
@SomeAnno4(x = 1 + some.value + 2)
class WithComplexDotQualifiedAnnotation