Remove @get: @set:, reorder remaining annotation targets

This commit is contained in:
Yan Zhulanow
2015-09-11 20:27:00 +03:00
parent 4e8d664dfb
commit 01b2d02196
11 changed files with 41 additions and 58 deletions
@@ -6,7 +6,7 @@ class A {
fun foo() {
@Ann("class") class Local {
Ann("fun") fun foo(): Local = this
Ann("val") val x = foo()
@field:Ann("val") val x = foo()
Ann("inner") inner class Inner
}