Default Function in Interface

Description

In ACF2018, Introduce the default function in Interface. while extending the interface, developers can choose to either override or reuse the default implementation

interface { public default any function returnsany(any obj) { return obj; } }

Lucee should also support for it

duplicates

Activity

Show:

Pothys - MitrahSoft 27 April 2018 at 13:38

I've added test case for this ticket.

Pull Request: https://github.com/lucee/Lucee/pull/477

Details

Assignee

Reporter

New Issue warning screen

Before you create a new Issue, please post to the mailing list first https://dev.lucee.org

Once the issue has been verified, one of the Lucee team will ask you to file an issue

Priority

Created 26 April 2018 at 15:33
Updated 8 September 2023 at 12:19

Flag notifications