Get rid of deprecated annotations in testData
This commit is contained in:
Vendored
+1
-1
@@ -4,7 +4,7 @@ import d.e.f.*
|
||||
|
||||
@property:a @property:b val i: Int = 0
|
||||
|
||||
a b fun f(@a @b p1: C): Int = 0
|
||||
@a @b fun f(@a @b p1: C): Int = 0
|
||||
|
||||
|
||||
class C
|
||||
Reference in New Issue
Block a user