IR: IrConstructorCall: fixes after rebase
This commit is contained in:
+1
-1
@@ -58,7 +58,7 @@ import org.jetbrains.org.objectweb.asm.Type
|
||||
|
||||
//Hack implementation to support CR java types in lower
|
||||
class CrIrType(val type: Type) : IrType {
|
||||
override val annotations: List<IrCall> = emptyList()
|
||||
override val annotations: List<IrConstructorCall> = emptyList()
|
||||
|
||||
override fun equals(other: Any?): Boolean =
|
||||
other is CrIrType && type == other.type
|
||||
|
||||
Reference in New Issue
Block a user