Fix for issue #6044. (#6056)

This commit is contained in:
Ganesh Viswanathan
2017-07-06 01:04:42 -05:00
committed by Andreas Rumpf
parent 6c708038c1
commit 16619b8e78

View File

@@ -206,7 +206,7 @@ for any type:
echo "abc".len # is the same as echo len("abc")
echo "abc".toUpper()
echo {'a', 'b', 'c'}.card
echo({'a', 'b', 'c'}.card)
stdout.writeLine("Hallo") # the same as writeLine(stdout, "Hallo")
(Another way to look at the method call syntax is that it provides the missing