KAPT+IR: Support secondary constructors

This commit is contained in:
Mikhael Bogdanov
2022-03-08 11:33:45 +01:00
parent 3b2a318c7d
commit ceedad40f3
3 changed files with 4 additions and 5 deletions
@@ -1,5 +1,3 @@
// IGNORE_BACKEND: JVM_IR
interface Named {
val name: String?
}