mirror of
https://github.com/enso-org/enso.git
synced 2024-11-24 00:27:16 +03:00
b2a1cd55d2
close #7555 Compiler passes after `GenerateMethodBodies` expect the method body to be a function. After fixing the pass, the compilation returns a proper compiler error: ``` built-distribution/enso-engine-0.0.0-dev-linux-amd64/enso-0.0.0-dev/lib/Standard/Table/0.0.0-dev/src/Data/Column.enso:869:22: error: Methods must have only one definition of the `this` argument, and it must be the first. 869 | round self round self (decimal_places:Integer = 0) (use_bankers:Boolean = False) = Value_Type.expect_numeric self <| | ^~~~ Aborting due to 1 errors and 0 warnings. ``` |
||
---|---|---|
.. | ||
persistance/src | ||
persistance-dsl/src/main/java/org/enso/persist/impl |