1
Fork 0

Account for ADT bodies and struct expressions

This commit is contained in:
Esteban Küber 2022-12-28 18:26:59 -08:00
parent 375f025805
commit 38fd5a9acf
12 changed files with 142 additions and 2 deletions

View file

@ -0,0 +1,7 @@
enum E {
<<<<<<< HEAD //~ ERROR encountered diff marker
Foo(u8),
=======
Bar(i8),
>>>>>>> branch
}