erg/crates/erg_parser/tests/comment.er
2024-02-06 11:27:46 +09:00

24 lines
232 B
Python

#[
aa
#[ aa ]#
aa
]#
a = 1
func() =
if True, do:
# aaa
log "hello"
# aaa
1
C = Class()
C.
# new
new() =
C::__new__()
norm self = None
# create a new instance of C
_ = C.new()