MinecraftForge / ForgeFlower

Forge's modifications to FernFlower. Fixing various bugs/inconsistencies. Main Repo: https://github.com/MinecraftForge/FernFlower
Apache License 2.0
80 stars 44 forks source link

Verify the contents of lambdas used in static initializers #57

Closed JDLogic closed 4 years ago

JDLogic commented 4 years ago

Verifies that a lambda used to initialize a static field does not reference a static field defined later in the class.

mc 1.16-pre1 diff