Kapt+JVM_IR: do not generate secondary constructor bodies
In addition to ceedad40f3, do not generate bodies of constructors which
delegate to super.
#KT-58226 Fixed
This commit is contained in:
committed by
Space Team
parent
ba08f2c08a
commit
530725c6bf
@@ -0,0 +1,9 @@
|
||||
enum class Foo {
|
||||
BLA("bla");
|
||||
|
||||
val bla: String
|
||||
|
||||
constructor(bla: String) {
|
||||
this.bla = bla
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user