split diagnostics/Override.jet test

This commit is contained in:
Stepan Koltsov
2012-02-08 00:55:43 +04:00
parent 11906ffd21
commit 0c821f947d
12 changed files with 170 additions and 112 deletions
@@ -0,0 +1,6 @@
abstract class A {
abstract fun foo(): Int
}
class <!ABSTRACT_MEMBER_NOT_IMPLEMENTED!>B<!>() : A() {
}