Closed lucaswerkmeister closed 10 years ago
hmm, how to handle optional union types? failure detection because of null
return doesn’t work here...
hmm, how to handle optional union types?
see #14.
Dang, of course I have to do this for formattingFile_meta as well...
I’m going to close this issue, since formattingFile_meta
has more problems than just this one.
See #20
Desired behavior: Parse a value of type
Integer|Boolean
withparseBoolean else parseInteger
.