mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-05 16:09:07 -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
|
@ -1 +1 @@
|
|||
4,1,10,Gtk.Widget can't be instantiated because it's abstract
|
||||
4,1,10,Gtk.Widget can't be instantiated because it's abstract
|
|
@ -1,3 +1,5 @@
|
|||
using Gtk 4.0;
|
||||
|
||||
template TestTemplate : Gtk.Orientable {}
|
||||
Gtk.Orientable {}
|
||||
int {}
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
3,29,10,Gtk.Orientable is not a class
|
||||
3,25,14,Gtk.Orientable is an interface, not a class
|
||||
4,1,14,Gtk.Orientable is an interface, not a class
|
||||
5,1,3,int is not a class
|
Loading…
Add table
Add a link
Reference in a new issue