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