Formatter: fix line break between declarations with annotations

#KT-35093 Fixed
#KT-35106 Fixed
This commit is contained in:
Dmitry Gridin
2019-11-26 12:33:13 +07:00
parent bfd539d5d1
commit b40a888f1d
14 changed files with 23 additions and 5 deletions
@@ -4,6 +4,7 @@
annotation class CommonAnnotation
expect class My {
tailrec fun foo(arg: Int): Int
@CommonAnnotation
fun initialize()