mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
Fix type checker errors
This commit is contained in:
parent
b387d4114f
commit
b9068e24ab
7 changed files with 35 additions and 18 deletions
|
@ -88,6 +88,8 @@ class AstNode:
|
|||
if docs is not None:
|
||||
return docs
|
||||
|
||||
return None
|
||||
|
||||
|
||||
class UI(AstNode):
|
||||
""" The AST node for the entire file """
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue