say ```erlang K = #{a => b, c => d}. [{L, M} || L := M <- K]. ``` this is valid, and compiles in otp 27, however lint says `syntax error before: ':='erl`