JET-67 Property with abstract getter forces class to have primary constructor

This commit is contained in:
Andrey Breslav
2011-05-30 16:22:30 +04:00
parent a676c960cf
commit 9a9c78da9e
7 changed files with 37 additions and 10 deletions
@@ -0,0 +1,4 @@
class XXX {
val a : Int abstract get
}