Generate constructor without parameters if primary constructor has only parameters with default values
#KT-3085 Fixed
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
class Foo(val a: Int = 1, val b: String = "b") {}
|
||||
|
||||
// CLASS: Foo
|
||||
// HAS_DEFAULT_CONSTRUCTOR: true
|
||||
Reference in New Issue
Block a user