Correctly apply annotation wrap before modifier keyword
#KT-20314 Fixed
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
// "Make 'A' open" "true"
|
||||
@Deprecated("") open class A() {
|
||||
@Deprecated("")
|
||||
open class A() {
|
||||
open fun foo() {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user