Convert to expression body fix: do not allow = Unit for constructors

This commit is contained in:
Mikhail Glukhikh
2016-09-19 10:58:37 +03:00
parent 24c7efd323
commit 4509cd43cb
3 changed files with 16 additions and 3 deletions
@@ -0,0 +1,5 @@
// IS_APPLICABLE: false
class C {
constructor()<caret> {}
}