Commit be46a4f
committed
C#: Add missing WithMarkers to ExpressionStatement
ExpressionStatement delegates Markers to its inner expression but
had no WithMarkers method, which would cause a RuntimeBinderException
if SearchResult.Found or any other dynamic WithMarkers call targeted
this type.1 parent 582b549 commit be46a4f
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
54 | 56 | | |
55 | 57 | | |
56 | 58 | | |
| |||
0 commit comments