index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
testdata
/
run
/
091_use_define_for_class_fields.ts
blob: 46be3ac0b8563ba8e07b3ecb53dd4477844a0e0d (
plain
)
1
2
3
4
class _A { b = this.a; constructor(public a: unknown) {} }