Adjust testData: get rid of obsolete annotations
This commit is contained in:
+1
-1
@@ -2,4 +2,4 @@ package test
|
||||
|
||||
import dependency.*
|
||||
|
||||
class AnnotationsOnPrimaryCtr [A("a")] private [B(1) C] ()
|
||||
class AnnotationsOnPrimaryCtr @A("a") private @B(1) @C constructor()
|
||||
|
||||
Reference in New Issue
Block a user