In the [playground](https://fwcd.github.io/tree-sitter-kotlin/) this code val x : A.B.() -> Unit parses with the following error: ``` source_file [0, 0] - [1, 0] property_declaration [0, 0] - [0, 22] binding_pattern_kind [0, 0] - [0, 3] variable_declaration [0, 4] - [0, 22] simple_identifier [0, 4] - [0, 5] user_type [0, 8] - [0, 22] type_identifier [0, 8] - [0, 9] type_identifier [0, 10] - [0, 11] ERROR [0, 12] - [0, 17] type_identifier [0, 18] - [0, 22] ```