Skip to content

Commit 73bc0c9

Browse files
committed
Correct copied comment
1 parent e3808b6 commit 73bc0c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/harness/unittests/extractMethods.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ function test(x: number) {
647647
[#|x++;
648648
return;|]
649649
}`);
650-
// Write + void return
650+
// Return in finally block
651651
testExtractMethod("extractMethod22",
652652
`function test() {
653653
try {

0 commit comments

Comments
 (0)