groostav
11/18/2020, 11:19 PMsomeMap[key]!!...
into someMap.getValue(key)...
?elizarov
11/19/2020, 8:21 AMgroostav
11/19/2020, 10:21 AMelizarov
11/19/2020, 12:04 PMdiesieben07
11/19/2020, 12:46 PMsomeMap[key]
is nullable is not because the map can contain null values, it is because the expression is null if the key does not exist in th emap.