We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99b958f commit f0ad56dCopy full SHA for f0ad56d
1 file changed
tests/cases/fourslash/formattingNonNullAssertionOperator.ts
@@ -1,10 +1,10 @@
1
/// <reference path='fourslash.ts' />
2
3
-/////*1*/'bar'!;
4
-/////*2*/('bar')!;
5
-/////*3*/'bar'[1]!;
6
-/////*4*/var bar = 'bar'.foo!;
7
-/////*5*/var foo = bar!;
+/////*1*/ 'bar' ! ;
+/////*2*/ ( 'bar' ) ! ;
+/////*3*/ 'bar' [ 1 ] ! ;
+/////*4*/ var bar = 'bar' . foo ! ;
+/////*5*/ var foo = bar ! ;
8
9
format.document();
10
goTo.marker("1");
0 commit comments