KT-2363 Drop secondary constructors
#KT-2363 Fixed
This commit is contained in:
@@ -15,7 +15,6 @@ class foo {
|
||||
|
||||
type foo = bar
|
||||
|
||||
this() : this(a, b, c), Foo<T>(bar)
|
||||
}
|
||||
|
||||
class Bar {
|
||||
@@ -49,7 +48,6 @@ class foo {
|
||||
|
||||
type foo = bar
|
||||
|
||||
this() : this(a, b, c), Foo<T>(bar)
|
||||
}
|
||||
|
||||
fun foo()
|
||||
@@ -60,12 +58,6 @@ class foo {
|
||||
|
||||
type foo = bar
|
||||
|
||||
this() : this(a, b, c), Foo<T>(bar)
|
||||
|
||||
this() : this(a, b, c), Foo<T>(bar) {
|
||||
|
||||
}
|
||||
|
||||
class object {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user