JetBrains / kotlin-compiler-server

Server for executing kotlin code
Apache License 2.0
240 stars 73 forks source link

Add Fir extended checkers #737

Closed zhelenskiy closed 2 months ago

zhelenskiy commented 2 months ago

I extracted updating .json data to a different commit to make the PR reviewable.

zhelenskiy commented 2 months ago

I uncommented tests, but there is currently some compiler bug that needs being investigated first: java.lang.IllegalArgumentException: source must not be null

zhelenskiy commented 2 months ago

I'll create a new review for 2.0.20-beta1, as a related compiler bug is fixed there.