Edit still oneof

This commit is contained in:
Victor Shyba 2021-06-02 14:05:05 -03:00
parent 3adee97e90
commit f19399ae55

View file

@ -6,7 +6,9 @@ message Support {
string emoji = 1;
string comment = 2;
/*
Edit edit = 1;
oneof type {
Edit edit = 1;
}
*/
}