Prohibit secondary constructors in traits

This commit is contained in:
Denis Zharkov
2015-02-13 16:09:10 +03:00
parent 978279bff3
commit 835a0df13a
4 changed files with 20 additions and 3 deletions
@@ -0,0 +1,3 @@
trait A {
<!CONSTRUCTOR_IN_TRAIT!>constructor() {}<!>
}