Closed
Description
Compiler version
3.6.2
Minimized code
extension (system: Any)
def foo: Any = ???
end extension
Output
Compiles
Expectation
The specification (§1.2.2) should be aligned with the implementation
3.6.2
extension (system: Any)
def foo: Any = ???
end extension
Compiles
The specification (§1.2.2) should be aligned with the implementation