PHondogo
dmitriy.novozhilov
fun commonSuperType(c: IrTypeSystemContext, types: List<IrType>): IrType { return with(c) { NewCommonSuperTypeCalculator.commonSuperType(types) as IrType } }
NewCommonSuperTypeCalculator.commonSuperType
fun commonSuperType(c: IrTypeSystemContext, types: List<IrType>): IrType { return with(NewCommonSuperTypeCalculator) { c.commonSuperType(types) as IrType } }
A modern programming language that makes developers happier.