Refactoring: get rid in the callable in the Expression tree

Have a special node for them in FunctionCall
This commit is contained in:
Olivier Goffart 2025-01-24 20:26:35 +01:00 committed by GitHub
parent de87bf2a43
commit ed179cd5b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
38 changed files with 693 additions and 884 deletions

View file

@ -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}
}