mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-07 13:53:38 +00:00
[Kotlin] Support for optional scalars. (#6115)
More information on #6014
This commit is contained in:
@@ -3466,6 +3466,7 @@ void OptionalScalarsTest() {
|
||||
const int kNumLanguages = 17;
|
||||
const auto supported = (flatbuffers::IDLOptions::kRust |
|
||||
flatbuffers::IDLOptions::kSwift |
|
||||
flatbuffers::IDLOptions::kKotlin |
|
||||
flatbuffers::IDLOptions::kLobster);
|
||||
for (int lang=0; lang<kNumLanguages; lang++) {
|
||||
flatbuffers::IDLOptions opts;
|
||||
|
||||
Reference in New Issue
Block a user