aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs/class.yue
diff options
context:
space:
mode:
Diffstat (limited to 'spec/inputs/class.yue')
-rw-r--r--spec/inputs/class.yue6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/inputs/class.yue b/spec/inputs/class.yue
index 9091d23..49537c2 100644
--- a/spec/inputs/class.yue
+++ b/spec/inputs/class.yue
@@ -237,9 +237,9 @@ class Example
237 237
238class Foo 238class Foo
239 new: (x) => @x = x 239 new: (x) => @x = x
240 mul#: (y) => @x * y 240 <mul>: (y) => @x * y
241 ["dsd-dsd"]#: 123 241 <"dsd-dsd">: 123
242 :add 242 :add
243 :add# 243 :<add>
244 244
245nil 245nil