Skip to content

1.5.0 beta 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@KotlinIsland KotlinIsland released this 26 Jul 12:00
· 2047 commits to master since this release

Based on Mypy 0.971

Added

  • type joins (a or b) are now unions instead of closest ancestor
  • bare literals let you omit the Literal when it's safe to do so (strings are not supported at this time).
  • literals now render without the Literal