java-decompiler: extra casts on method calls omitted
(loosely based on https://github.com/JetBrains/intellij-community/pull/217)
This commit is contained in:
@@ -18,7 +18,7 @@ public enum TestEnum {
|
||||
}
|
||||
|
||||
private TestEnum() {
|
||||
this((String)"?");
|
||||
this("?");
|
||||
}
|
||||
|
||||
private TestEnum(@Deprecated String var3) {
|
||||
|
||||
Reference in New Issue
Block a user