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
@@ -11,6 +11,9 @@ interface Some {
*/
fun f6()
fun f7()
@NotNull
fun f8()
fun f9()
}
abstract class Abstract() {