aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/tests/data/parser/inline/ok/0127_attr_on_last_expr_in_block.txt
Commit message (Collapse)AuthorAgeFilesLines
* move syntax tests to unit testsAleksey Kladov2019-07-241-54/+0
|
* always show token textAleksey Kladov2019-04-021-30/+30
|
* Allow attributes on top level expressionpcpthm2019-03-191-0/+54
A top level expression is either - a expression statement or - the last expression in a block