KT-2363 Drop secondary constructors
#KT-2363 Fixed
This commit is contained in:
@@ -14,14 +14,4 @@ class foo {
|
||||
|
||||
type foo = ;
|
||||
|
||||
this() : this(a, b, c), Foo<T(bar)
|
||||
|
||||
this() : this(a, b, c), Foo<T>(bar) {
|
||||
|
||||
}
|
||||
|
||||
this() : - {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user