Added static checks for properties in traits; more tests for 'abstract'

This commit is contained in:
svtk
2011-09-12 16:01:48 +04:00
parent 60ab760d4a
commit 4071d67c41
7 changed files with 347 additions and 108 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
class XXX {
abstract class XXX {
val a : Int abstract get
}