IJPL-162853 todo

GitOrigin-RevId: 784af016e32b4f8717876bf2db57ddf2b9f5c397
This commit is contained in:
Max Medvedev
2025-04-12 14:47:00 +00:00
committed by intellij-monorepo-bot
parent 056212be71
commit 8efdc10b86
@@ -33,5 +33,5 @@ internal class CharSequenceSubSequence(chars: CharSequence, start: Int, end: Int
}
override fun toString(): String =
throw UnsupportedOperationException("Not supported yet")
throw UnsupportedOperationException("Not supported yet") // TODO?
}