Created
August 3, 2023 08:23
-
-
Save FeepingCreature/7d83b57cc9071f6f16e2179c64889023 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
auto service1 = ...; | |
assert(service1 !is null); | |
Service[] services = [service1, service2]; | |
assert(services[0] !is null); /// this fails?? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment