- Fixed numerous regressions introduced by the new type inference engine (e.g., errors with nullable checks, callable references, lambda Unit coercion, HashMap inference, RxJava combineLatest, and reified generics on JS).
- Resolved CLI, REPL, and script execution issues such as missing main manifest, JLine NoClassDefFoundError, ScriptTemplate constructor errors, and custom script definitions not loading.
- Corrected import resolution priority, unused import warnings, and nullability checks for @NotNull parameters, improving overall compiler stability.