forked from Rust-related/RustPython
merged and prepared for PR
This commit is contained in:
@@ -606,7 +606,7 @@ Path: ast::Expression = {
|
||||
|
||||
// Decorators:
|
||||
Decorator: ast::Expression = {
|
||||
<Location:@L>"@" <p:Test> "\n" => {
|
||||
<location:@L>"@" <p:Test> "\n" => {
|
||||
p
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user