merged and prepared for PR

This commit is contained in:
TheAnyKey
2020-05-16 14:20:56 +00:00
parent ebebda3ca6
commit 90e52ab514
3 changed files with 2 additions and 5 deletions

View File

@@ -606,7 +606,7 @@ Path: ast::Expression = {
// Decorators:
Decorator: ast::Expression = {
<Location:@L>"@" <p:Test> "\n" => {
<location:@L>"@" <p:Test> "\n" => {
p
},
};