The following code should fail but it doesn't: ``` -- PROCEDURE -- myVAR IS MAP OF LISTS ``` A scalar value should always be expected after a sequence of containers, but for some reason the compiler isn't complaining about it.