mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-01 04:18:14 +00:00
Split Expression::CallbackReference and Expresison::FunctionReference
This commit is contained in:
parent
4672e54f5e
commit
dfdbc942f6
14 changed files with 74 additions and 49 deletions
|
|
@ -19,8 +19,8 @@ Xxx := Rectangle {
|
|||
|
||||
root.foo.hello(45);
|
||||
// ^error{Cannot access fields of a function}
|
||||
|
||||
|
||||
}
|
||||
|
||||
callback xx <=> foo;
|
||||
// ^error{Cannot bind to a function}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue