data deprecations (empty constructors, non val/var arguments, vararg, superclasses) are now errors, relevant tests fixed
This commit is contained in:
@@ -2,7 +2,7 @@ package test
|
||||
|
||||
import dependency.*
|
||||
|
||||
data @A("a") @B(1) @C class Annotations {
|
||||
@A("a") @B(1) @C class Annotations {
|
||||
|
||||
inline @A("f") @B(2) @C fun f(@A("i") @B(3) @C i: @A("int") Int) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user