This commit is contained in:
Araq
2011-05-02 20:42:29 +02:00
parent 4d5c3ebd46
commit 7d2b3dd6db
3 changed files with 54 additions and 61 deletions

View File

@@ -0,0 +1,10 @@
discard """
output: "do nothing"
"""
method somethin(obj: TObject) =
echo "do nothing"
var o: TObject
o.somethin()