Skip to content

Commit c0a6c15

Browse files
author
shenlibo
committed
Add support Class field declarations
1 parent dd94b15 commit c0a6c15

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
class FieldDeclarations{
2+
a = 1
3+
b = function () {}
4+
}
5+
class PrivateFields{
6+
#a = 1
7+
#b = function () {}
8+
}
9+

0 commit comments

Comments
 (0)