KT-2363 Drop secondary constructors
#KT-2363 Fixed
This commit is contained in:
@@ -16,7 +16,6 @@ class Foo {
|
||||
foo bar(1) buzz<T>(1) zoo val c : Int = 0
|
||||
foo bar(1) buzz<T>(1) zoo var v : Int = 0
|
||||
foo bar(1) buzz<T>(1) zoo type T = Int
|
||||
foo bar(1) buzz<T>(1) zoo this(x : Int) : this() {}
|
||||
|
||||
foo bar(1) buzz<T>(1) zoo {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user