You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the abbreviated rangeUntil syntax ..< throws an error during formatting
for (retries in0..<MAX_RETRIES) {
...
}
Step 'ktfmt' found problem in'src/test/kotlin/com/example/MyTest.kt':
112:29: error: Expecting an element
com.facebook.ktfmt.format.ParseError: 112:29: error: Expecting an element
at com.facebook.ktfmt.format.Parser.throwParseError(Parser.kt:71)
at com.facebook.ktfmt.format.Parser.parse(Parser.kt:65)
at com.facebook.ktfmt.format.Formatter.sortedAndDistinctImports(Formatter.kt:143)
at com.facebook.ktfmt.format.Formatter.format(Formatter.kt:90)
The text was updated successfully, but these errors were encountered:
Using the abbreviated
rangeUntil
syntax..<
throws an error during formattingThe text was updated successfully, but these errors were encountered: