mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
tests: Test custom types in lookup expressions
This commit is contained in:
parent
c7c32cbb4a
commit
52f7d790bd
10 changed files with 82 additions and 14 deletions
|
@ -51,3 +51,7 @@ class Lambda(Value, Scope):
|
|||
@property
|
||||
def this_type(self) -> str:
|
||||
return self.children[TypeName][0].gir_type
|
||||
|
||||
@property
|
||||
def this_type_glib_name(self) -> str:
|
||||
return self.children[TypeName][0].glib_type_name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue