Removed todo

This commit is contained in:
Valentin Kipyatkov
2015-11-10 17:19:06 +03:00
parent 8946e5f353
commit 394b4f7cd4
@@ -36,7 +36,7 @@ class ToFromOriginalFileMapper(
init {
val originalText = originalFile.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()
originalLength = originalText.length()