Closed chochos closed 9 years ago
It used to be that process.writeLine was treated as a Function, but now it is a Method again.
process.writeLine
Function
Method
See ceylon/ceylon-spec#1243
Fixed, along with some other bugs that new metamodel tests exposed.
It used to be that
process.writeLine
was treated as aFunction
, but now it is aMethod
again.