Correctly apply annotation wrap before modifier keyword
#KT-20314 Fixed
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
@Deprecated("Foo") @Deprecated("Bar") class Foo {
|
||||
}
|
||||
|
||||
@Deprecated("Foo") public class Q {
|
||||
}
|
||||
Reference in New Issue
Block a user