Skip to content

Commit

Permalink
mark mcs as a bool
Browse files Browse the repository at this point in the history
  • Loading branch information
Ecdcaeb authored Dec 7, 2024
1 parent ddf8471 commit d0d2cc4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,7 @@ public interface IFernflowerPreferences {
@Name("Mark Corresponding Synthetics")
@Description("Mark lambdas and anonymous and local classes with their respective synthetic constructs")
@ShortName("mcs")
@Type(Type.BOOLEAN)
String MARK_CORRESPONDING_SYNTHETICS = "mark-corresponding-synthetics";

Map<String, Object> DEFAULTS = getDefaults();
Expand Down

0 comments on commit d0d2cc4

Please sign in to comment.