IO second review: empty File.subPath() allowed, OutputStream.bufferedWriter() added,
normalize(), startsWith(), endsWith() rewritten, LinesStream --> LinesSequence, File.replaceBytes() / replaceText() rolled back to writeBytes() / writeText(), some exception messages formulated more clearly, refactorings, comments, relativeTo() slightly optimized, additional tests
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
val x = LinesStream<caret>
|
||||
val x = LinesSequence<caret>
|
||||
|
||||
// INVOCATION_COUNT: 2
|
||||
// EXIST: { lookupString:"LinesStream", tailText:" (kotlin.io)" }
|
||||
// EXIST: { lookupString:"LinesSequence", tailText:" (kotlin.io)" }
|
||||
// NUMBER: 1
|
||||
|
||||
Reference in New Issue
Block a user