diff options
Diffstat (limited to 'tiger-compiler/tests/object/type/class-to-string.tig')
| -rwxr-xr-x | tiger-compiler/tests/object/type/class-to-string.tig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tiger-compiler/tests/object/type/class-to-string.tig b/tiger-compiler/tests/object/type/class-to-string.tig new file mode 100755 index 0000000..7630936 --- /dev/null +++ b/tiger-compiler/tests/object/type/class-to-string.tig @@ -0,0 +1,6 @@ +let + type Entity = class {} + var object := new Entity +in + object := "string" +end |
