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

Fix method generics that are used only in lambda parameters #121

Closed coehlrich closed 1 year ago

coehlrich commented 1 year ago

Fixes method generics that are used only in lambda parameters being treated as known to the compiler other than when the lambda is a method reference and there is only 1 visible potential method. 22w45a diff: https://gist.github.com/coehlrich/492c08fdcf82ac57906e40788ed382a0/