Added error 'abstract accessor of non abstract property'

This commit is contained in:
svtk
2011-09-29 15:40:55 +04:00
parent 7ec15fd00a
commit 10f16627ef
10 changed files with 66 additions and 129 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
abstract class XXX {
val a : Int abstract get
abstract val a : Int abstract get
}