We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 662aaf9 commit 7698264Copy full SHA for 7698264
tests/syntax_test_const.tact
@@ -16,7 +16,7 @@ override virtual abstract const theAnswer: Int = 42;
16
// ^^^^^^^ keyword.other.attribute.tact storage.modifier.tact
17
// ^^^^^^^^ keyword.other.attribute.tact storage.modifier.tact
18
// ^^^^^ keyword.other.tact
19
-// ^^^^^^^^^ variable.other.tact
+// ^^^^^^^^^ constant.other.declaration.tact
20
// ^ punctuation.colon.tact
21
// ^^^ entity.name.type.tact
22
// ^ keyword.operator.assignment.equal.tact
0 commit comments