input output property: fix semantic with two ways bindings

This commit is contained in:
Olivier Goffart 2022-11-10 15:21:13 +01:00 committed by Olivier Goffart
parent 15d9a2665b
commit 6ab6ae63d4
10 changed files with 477 additions and 23 deletions

View file

@ -86,6 +86,8 @@ pub fn load_builtins(register: &mut TypeRegister) {
register,
));
info.property_visibility = PropertyVisibility::Private;
for token in p.children_with_tokens() {
if token.kind() != SyntaxKind::Identifier {
continue;