Closed washort closed 7 years ago
Parameters from earlier methods are treated as defined in later methods by the compiler.
object foo: to doA(a): return a + 1 to doB(b): return b + a
does not produce a compiler error but is correctly rejected by the VM.
Parameters from earlier methods are treated as defined in later methods by the compiler.
does not produce a compiler error but is correctly rejected by the VM.