Fix checking repeatablilty of use-site target annotations. KT-26638 fixed
This commit is contained in:
+4
-1
@@ -1,6 +1,9 @@
|
||||
package
|
||||
|
||||
@setparam:Ann(x = 20) @setparam:Ann(x = 10) public var a: kotlin.String
|
||||
@get:Ann(x = 10) @get:Ann(x = 20) public val a: kotlin.String
|
||||
@set:Ann(x = 10) @set:Ann(x = 20) public var b: kotlin.String
|
||||
@setparam:Ann(x = 20) @setparam:Ann(x = 10) public var c: kotlin.String
|
||||
@get:Ann(x = 10) @get:Ann(x = 20) @get:Ann(x = 30) @get:Ann(x = 40) public val d: kotlin.String
|
||||
|
||||
public final annotation class Ann : kotlin.Annotation {
|
||||
public constructor Ann(/*0*/ x: kotlin.Int)
|
||||
|
||||
Reference in New Issue
Block a user