Implement option for wrapping class annotations
This commit is contained in:
+2
-1
@@ -5,4 +5,5 @@ annotation class OldAnnotation(val p: Int = 0)
|
||||
|
||||
annotation class NewAnnotation(val p: Int = 0, val newP: String = "")
|
||||
|
||||
@NewAnnotation class C
|
||||
@NewAnnotation
|
||||
class C
|
||||
Reference in New Issue
Block a user