mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
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