Skip to content

Commit d0daa2b

Browse files
committed
add nested sample to TS file as well
1 parent 7a168b1 commit d0daa2b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

analysis/examples/example-project/src/syntax/sample-highlighting.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
// Bindings
22
let numberBinding = 123;
33

4+
const SomeComp = {
5+
Nested: () => null,
6+
};
7+
48
let someFunction = (param: number): number => {
59
let innerBinding = param + 2;
610
return innerBinding;

0 commit comments

Comments
 (0)