We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c83a94b commit a621319Copy full SHA for a621319
test/fixture/editorconfig/tab/main.ts
@@ -1,5 +1,5 @@
1
class Sample {
2
- hello(word="world"){return "Hello, " + word;}
+ hello(word="world"){return "Hello, " + word;}
3
}
4
5
var s=new Sample();
0 commit comments