mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-01 19:58:15 +00:00
[dart] fix bug which generated wrong code (#8780)
This commit is contained in:
@@ -7,6 +7,7 @@ import 'dart:typed_data' show Uint8List;
|
||||
import 'package:flat_buffers/flat_buffers.dart' as fb;
|
||||
|
||||
|
||||
|
||||
enum Abc {
|
||||
$void(0),
|
||||
where(1),
|
||||
|
||||
Reference in New Issue
Block a user