1 2 3 4 5 6 7 8 9 10
discard """ output: "do nothing" """ method somethin(obj: TObject) = echo "do nothing" var o: TObject o.somethin()