[IR] Autogenerate IrClassImpl
^KT-65773 In Progress
This commit is contained in:
committed by
Space Team
parent
fde3ea14ae
commit
401113cc27
+4
-1
@@ -87,7 +87,10 @@ object ImplementationConfigurator : AbstractIrTreeImplementationConfigurator() {
|
||||
}
|
||||
|
||||
impl(`class`) {
|
||||
implementation.doPrint = false
|
||||
kind = ImplementationKind.OpenClass
|
||||
defaultNull("thisReceiver", "valueClassRepresentation")
|
||||
defaultEmptyList("superTypes", "sealedSubclasses")
|
||||
defaultFalse("isExternal", "isCompanion", "isInner", "isData", "isValue", "isExpect", "isFun", "hasEnumEntries")
|
||||
}
|
||||
|
||||
impl(enumEntry) {
|
||||
|
||||
Reference in New Issue
Block a user