We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be882ba commit 71c7b04Copy full SHA for 71c7b04
test/corpus/class.txt
@@ -1050,6 +1050,7 @@ Asymmetric Property Visibility
1050
1051
class User {
1052
public private(set) string $foo;
1053
+ public private(set) static string $foo;
1054
private(set) (Foo&Bar)|null $foo;
1055
private (Foo&Bar)|null $foo;
1056
public protected(set) string $foo;
@@ -1074,6 +1075,13 @@ class User {
1074
1075
(primitive_type)
1076
(property_element
1077
(variable_name (name))))
1078
+ (property_declaration
1079
+ (visibility_modifier)
1080
+ (visibility_modifier (operation))
1081
+ (static_modifier)
1082
+ (primitive_type)
1083
+ (property_element
1084
+ (variable_name (name))))
1085
(property_declaration
1086
(visibility_modifier (operation))
1087
(disjunctive_normal_form_type
0 commit comments