mirror of
https://github.com/AdaCore/langkit.git
synced 2026-02-12 12:28:12 -08:00
RA22-015: make token_node/root_node traits
This commit is contained in:
@@ -4,7 +4,7 @@ grammar foo_grammar {
|
||||
|
||||
}
|
||||
|
||||
@root_node class FooNode {
|
||||
@abstract class FooNode implements Node {
|
||||
}
|
||||
|
||||
class Example : FooNode {
|
||||
|
||||
Reference in New Issue
Block a user