mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-11 17:37:00 +02: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?`. (cherry picked from commit ad32227c833e60c55b0f5460a4f9f9c1631ecd57)