@@ -1,4 +1,5 @@
|
||||
class Foo {
|
||||
construct new() {}
|
||||
bar=(value) { "result" }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user
@@ -1,4 +1,5 @@
|
||||
class Foo {
|
||||
construct new() {}
|
||||
bar=(value) { "result" }
|
||||
}
|
||||
|
||||
|
||||