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 3248274 commit 586e682Copy full SHA for 586e682
server/src/test/kotlin/org/javacs/kt/DiagnosticTest.kt
@@ -45,7 +45,7 @@ class DiagnosticTest : SingleFileTestFixture("diagnostic", "Diagnostics.kt") {
45
46
@Test fun `only lint once for many edits in a short period`() {
47
var text = "1"
48
- for (i in 1..10) {
+ repeat(10) {
49
val newText = text + "1"
50
51
replace(file, 7, 16, text, newText)
0 commit comments