1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
# freeeformType should have been (attrsOf either) # This should also print the warning { config.either = { int = 42; }; config.eitherBehindNullor = { int = 42; }; config.oneOf = { int = 42; }; config.number = { str = 42; }; }