Removed todo
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@ class ToFromOriginalFileMapper(
|
|||||||
init {
|
init {
|
||||||
val originalText = originalFile.getText()
|
val originalText = originalFile.getText()
|
||||||
val syntheticText = syntheticFile.getText()
|
val syntheticText = syntheticFile.getText()
|
||||||
assert(originalText.subSequence(0, completionOffset) == syntheticText.subSequence(0, completionOffset)) //TODO: drop it
|
assert(originalText.subSequence(0, completionOffset) == syntheticText.subSequence(0, completionOffset))
|
||||||
|
|
||||||
syntheticLength = syntheticText.length()
|
syntheticLength = syntheticText.length()
|
||||||
originalLength = originalText.length()
|
originalLength = originalText.length()
|
||||||
|
|||||||
Reference in New Issue
Block a user