Store presence of spread operator for value argument in stubs
This commit is contained in:
+12
-1
@@ -117,4 +117,15 @@ annotation class Outer(
|
||||
)
|
||||
|
||||
@Outer("value", nested = Nested(12, "nested value"))
|
||||
class WithNested
|
||||
class WithNested
|
||||
|
||||
// ==============================
|
||||
|
||||
annotation class ArraysSpread(
|
||||
vararg val ia: Int
|
||||
)
|
||||
|
||||
@ArraysSpread(
|
||||
*[1, 2, 3]
|
||||
)
|
||||
class WithSpreadOperatorArrays
|
||||
Reference in New Issue
Block a user