An incorrectly empty lang function type pseudo class like: ``` :lang() { color: black; } ``` is parsed incorrectly (should probably even dropped) to this: `:lang( { color:black; }`