why is `someMap["foo"]?.anotherMap["bar"]?.someKey...
# announcements
d
why is
someMap["foo"]?.anotherMap["bar"]?.someKey == true
not allowed? It fails on the second map with
Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type (Mutable)Map<String!, TranslationDto!>?