Skip to content

Commit 7698264

Browse files
committed
fix: a test
1 parent 662aaf9 commit 7698264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/syntax_test_const.tact

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ override virtual abstract const theAnswer: Int = 42;
1616
// ^^^^^^^ keyword.other.attribute.tact storage.modifier.tact
1717
// ^^^^^^^^ keyword.other.attribute.tact storage.modifier.tact
1818
// ^^^^^ keyword.other.tact
19-
// ^^^^^^^^^ variable.other.tact
19+
// ^^^^^^^^^ constant.other.declaration.tact
2020
// ^ punctuation.colon.tact
2121
// ^^^ entity.name.type.tact
2222
// ^ keyword.operator.assignment.equal.tact

0 commit comments

Comments
 (0)