Fix KtDotQualifiedExpressionElementType stub building for complex qualified elements
Fixed #EA212081
This commit is contained in:
+7
-1
@@ -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
|
||||
Reference in New Issue
Block a user