Decomposers removed

This commit is contained in:
Andrey Breslav
2011-01-12 19:29:57 +03:00
parent 04f5db774a
commit fa060ffa33
25 changed files with 415 additions and 1020 deletions
-6
View File
@@ -15,8 +15,6 @@ class foo {
type foo = bar
decomposer (a, b, c)
this() : this(a, b, c), Foo<T>(bar)
}
@@ -51,8 +49,6 @@ class foo {
type foo = bar
decomposer (a, b, c)
this() : this(a, b, c), Foo<T>(bar)
}
@@ -64,8 +60,6 @@ class foo {
type foo = bar
decomposer (a, b, c)
this() : this(a, b, c), Foo<T>(bar)
this() : this(a, b, c), Foo<T>(bar) {