Format spaces after annotation in annotated expression

Fixes #KT-12781
This commit is contained in:
Kirill Rakhman
2016-06-20 19:40:30 +02:00
committed by Nikolay Krasko
parent ae83330679
commit db387bd573
4 changed files with 14 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
fun foo() {
@Suppress("all") ""
}