Formatter: fix line break between declarations with annotations
#KT-35093 Fixed #KT-35106 Fixed
This commit is contained in:
@@ -13,6 +13,10 @@ interface Some {
|
||||
*/
|
||||
fun f6()
|
||||
fun f7()
|
||||
|
||||
@NotNull
|
||||
fun f8()
|
||||
fun f9()
|
||||
}
|
||||
|
||||
abstract class Abstract() {
|
||||
|
||||
@@ -11,6 +11,9 @@ interface Some {
|
||||
*/
|
||||
fun f6()
|
||||
fun f7()
|
||||
@NotNull
|
||||
fun f8()
|
||||
fun f9()
|
||||
}
|
||||
|
||||
abstract class Abstract() {
|
||||
|
||||
+1
@@ -4,6 +4,7 @@
|
||||
annotation class CommonAnnotation
|
||||
expect class My {
|
||||
tailrec fun foo(arg: Int): Int
|
||||
|
||||
@CommonAnnotation
|
||||
fun initialize()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user