mirror of
https://github.com/twiglet/cs2j.git
synced 2025-01-18 13:15:17 +01:00
carry through dotNetType on postinc/dec expressions
This commit is contained in:
parent
8c875d3b41
commit
d760e8528f
@ -239,8 +239,8 @@ scope {
|
||||
}
|
||||
}
|
||||
| ^(APPLY {$primary_expression::parentIsApply = true; } expression {$primary_expression::parentIsApply = false; } argument_list?)
|
||||
| ^(POSTINC expression)
|
||||
| ^(POSTDEC expression)
|
||||
| ^(POSTINC expression) { $dotNetType = $expression.dotNetType; }
|
||||
| ^(POSTDEC expression) { $dotNetType = $expression.dotNetType; }
|
||||
| ^(d1='.' e1=expression i1=identifier generic_argument_list?)
|
||||
{
|
||||
// Possibilities:
|
||||
|
Loading…
x
Reference in New Issue
Block a user