Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
groovy should support interfaces, so something like this can be compiled:
interface Foo{
def bar()
}
groovy should support interfaces, so something like this can be compiled:
interface Foo{
def bar()
}