diff options
| author | Kyle Gunger <kgunger12@gmail.com> | 2023-02-21 05:06:49 -0500 |
|---|---|---|
| committer | Kyle Gunger <kgunger12@gmail.com> | 2023-02-21 05:06:49 -0500 |
| commit | 1309264425fa72fc7703711cbebabd839c3883cb (patch) | |
| tree | 5f260dfd49f11eb92eac5e7f21799b3df6f70afa /tnslc/test2.tnsl | |
| parent | f25b4cb8907746db49e54e4148b3065413364d5f (diff) | |
Bugfix for method labels
Diffstat (limited to 'tnslc/test2.tnsl')
| -rw-r--r-- | tnslc/test2.tnsl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tnslc/test2.tnsl b/tnslc/test2.tnsl index 0589619..481003d 100644 --- a/tnslc/test2.tnsl +++ b/tnslc/test2.tnsl @@ -1,3 +1,7 @@ struct Try { int a, b, c -}
\ No newline at end of file +} + +/; method Try + /; raw e ;/ +;/ |