Skip to content

0.1.1-alpha.3

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 08 Jun 15:46

Added

  • IrClassExhaustiveKind
  • IrClass.exhaustiveKind: IrClassExhaustiveKind
  • IrTreeNode.irFile: IrFile?
  • IrTreeNode.parentIrClass: IrClass?
  • IrTreeNode.parentIrDeclaration: IrDeclaration?
  • IrTreeNode.parentIrDeclarationWithName: IrDeclarationWithName?
  • IrTreeNode.parentIrFunction: IrFunction?

Removed

  • IrTreeNode.fileName: String
  • IrTreeNode.className: String
  • IrTreeNode.functionName: String

Updated

  • com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin -> 0.5.0-alpha.29