mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-01 19:58:15 +00:00
Fixed default value of bool in struct for Swift (#7072)
This commit is contained in:
8
tests/MutatingBool.fbs
Normal file
8
tests/MutatingBool.fbs
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
struct Property {
|
||||
property: bool;
|
||||
}
|
||||
|
||||
table TestMutatingBool {
|
||||
b: Property;
|
||||
}
|
||||
Reference in New Issue
Block a user