Adjust testData: get rid of obsolete annotations

This commit is contained in:
Denis Zharkov
2015-06-09 20:30:52 +03:00
parent 053dcf3abf
commit c9f79c2d05
193 changed files with 322 additions and 322 deletions
@@ -5,10 +5,10 @@ object A {
platformStatic var a: Int = 1
var b: Int = 1
[platformStatic] get
@platformStatic get
var c: Int = 1
[platformStatic] set
@platformStatic set
}
@@ -5,10 +5,10 @@ object A {
platformStatic var a: Int = 1
var b: Int = 1
[platformStatic] get
@platformStatic get
var c: Int = 1
[platformStatic] set
@platformStatic set
}
@@ -12,10 +12,10 @@ object A {
platformStatic var a: Int = 1
var b: Int = 1
[platformStatic] get
@platformStatic get
var c: Int = 1
[platformStatic] set
@platformStatic set
}