diff options
author | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2013-06-10 19:14:36 +0200 |
---|---|---|
committer | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2013-06-10 22:42:16 +0200 |
commit | c7a4412f8ae0edef821fa5d7e64cb200eb4a9830 (patch) | |
tree | 8d745e848dbd4f193c246191edfc982f4e53ff01 /tests/caas/idetools_api.txt | |
parent | 281424ddeda680aeed19d96db7724f92aa6d32c1 (diff) | |
download | Nim-c7a4412f8ae0edef821fa5d7e64cb200eb4a9830.tar.gz |
Adds skMethod example to idetools api test.
Diffstat (limited to 'tests/caas/idetools_api.txt')
-rw-r--r-- | tests/caas/idetools_api.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/caas/idetools_api.txt b/tests/caas/idetools_api.txt index eaa91cd5f..f2b513481 100644 --- a/tests/caas/idetools_api.txt +++ b/tests/caas/idetools_api.txt @@ -39,3 +39,6 @@ def\tskResult\tidetools_api.adder.result\tint # ProcRun mode will fail the next line, because the type is returned empty. def\tskField\tidetools_api.TPerson.name\tbad_string\t + +> idetools --track:idetools_api.nim,43,7 --def +def\tskMethod\tidetools_api.eval\tproc \(PPlusExpr\): int\t |