Annotator test data fixed

This commit is contained in:
Andrey Breslav
2011-12-27 14:54:41 +04:00
parent 0ddd926a4b
commit 2d78ccb9e1
19 changed files with 182 additions and 242 deletions
+2 -6
View File
@@ -1,16 +1,12 @@
package redeclarations {
//package redeclarations {
object <error>A</error> {
val x : Int = 0
val A = 1
}
package <error>A</error> {
class A {}
}
class <error>A</error> {}
val <error>A</error> = 1
}
//}