You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MC Dev version: 2019.2-1.2.23
IntelliJ Version: 2019.2 beta 2
OS: Windows 10, build 1903
Creating an Access Transformer and publicizing a void method while gathering the method name from the autocomplete sometimes will make it produce ()V() instead of just ()V.
Not a major issue, but annoying and I tend to skip over it and don't notice it for the next few minutes when attempting to decompile.
Example package-private class that produces it usually: net.minecraft.enchantment.EnchantmentHelper$ModifierDamage <init>()V