Implement option for wrapping method annotations

This commit is contained in:
Dmitry Jemerov
2017-06-22 19:59:18 +02:00
parent a379a814ba
commit 5f9a33564a
47 changed files with 111 additions and 44 deletions
@@ -1,4 +1,5 @@
@annot
@foo fun foo() {
@foo
fun foo() {
}
@@ -1,4 +1,5 @@
annot()
@foo fun foo() {
@foo
fun foo() {
}
@@ -1,4 +1,5 @@
annot()
@foo fun foo() {
@foo
fun foo() {
}
@@ -1,4 +1,5 @@
public
@foo fun foo() {
@foo
fun foo() {
}
@@ -1,4 +1,5 @@
public
@foo fun foo() {
@foo
fun foo() {
}