Test data fixed

This commit is contained in:
Andrey Breslav
2014-06-03 19:58:18 +04:00
parent 38333d6cea
commit 592328aa27
5 changed files with 5 additions and 5 deletions
@@ -4,5 +4,5 @@ class C {
<!CONFLICTING_JVM_DECLARATIONS!>fun setX(x: Int)<!> {}
var x: Int = 1
<!CONFLICTING_JVM_DECLARATIONS!>set(v) {}<!>
<!CONFLICTING_JVM_DECLARATIONS!>set(v)<!> {}
}