Fixed diagnostics tests

This commit is contained in:
Valentin Kipyatkov
2014-10-03 18:55:01 +04:00
parent c562cfb83d
commit c93b78c6dc
7 changed files with 17 additions and 2 deletions
@@ -17,7 +17,7 @@ class B() {
object b {
<!CLASS_OBJECT_NOT_ALLOWED!>class object {
val x = 1
}<!> // error
} // error<!>
}
val a = A.x
@@ -28,4 +28,4 @@ val s = <!NO_CLASS_OBJECT!>System<!> // error
fun test() {
System.out.println()
java.lang.System.out.println()
}
}