mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-14 16:46:14 +00:00
Previously we were assuming that the attribute return value was never nullable and going to be returned in an Optional<IntegralType>, causing complile errors for something such as: `attribute unsigned long?`.