diff --git a/patches/patches/56_unions2.patch b/patches/patches/56_unions2.patch new file mode 100644 index 0000000..7341f7a --- /dev/null +++ b/patches/patches/56_unions2.patch @@ -0,0 +1,10 @@ +47,48c47,48 +< printInsect(???); +< printInsect(???); +--- +> printInsect(ant); +> printInsect(bee); +54c54 +< switch (???) { +--- +> switch (insect) {