mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 18:58:36 +00:00
Refactoring: get rid in the callable in the Expression tree
Have a special node for them in FunctionCall
This commit is contained in:
parent
de87bf2a43
commit
ed179cd5b1
38 changed files with 693 additions and 884 deletions
|
@ -58,6 +58,4 @@ export component Foo {
|
|||
|
||||
property <float> sq2: 1.0.sqrt;
|
||||
// ^error{Member function must be called}
|
||||
// ^^error{Cannot convert function\(float\) -> float to float}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue