Constructor (w/o body) (#74)

This commit is contained in:
vvlevchenko
2016-11-19 19:45:21 +03:00
committed by Nikolay Igotti
parent 0e1ac89dbf
commit 5161155934
5 changed files with 85 additions and 49 deletions
@@ -0,0 +1,5 @@
class A()
class B(val a:Int)
class C(val a:Int, b:Int)