Alexey Belkov

Results 27 comments of Alexey Belkov
trafficstars

The relevant passage in chapter 14 [reads](https://github.com/munificent/craftinginterpreters/blob/master/book/chunks-of-bytecode.md) like `oldSize` matters to the implementation: > The interesting cases are when both `oldSize` and `newSize` are not zero. I was very confused...

Also tracked in https://youtrack.jetbrains.com/issue/KT-43953

Yes, it also fails on some previous commits and on a different JDK 8 from Azul, and when I run gradle with `--no-daemon`. Given that it's not blocking me and...

Note: there is no such option in Java "missing Javadoc" inspection too.

The reason for the behavior change is that since Kotlin 1.5, the Kotlin compiler uses the JVM invokedynamic instruction for SAM adapters (lambdas which are passed where Java interface is...

Thank you. AFAIU your current `withArgumentsProvider` block doesn't really do anything: it just creates another lambda expression with the same parameters. It looks like we indeed need a new JK...

Not sure what is the problem with nullability, but you can try to fix it like this. Since an enum constructor is private, search for all enum constants, look at...