For example,

lazy int sum(int a = 3, int b = 5) {
        return a + b;
}

That is, if the function is not invoked, it should not be calculated at compile time.

Reply via email to