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.
path
1 parent 8a46bfd commit 25d09feCopy full SHA for 25d09fe
model/src/main/kotlin/TextLocation.kt
@@ -27,7 +27,7 @@ import kotlin.math.min
27
*/
28
data class TextLocation(
29
/**
30
- * The path of the file that contains the text.
+ * The path (with invariant separators) of the file that contains the text.
31
32
val path: String,
33
0 commit comments