Advance deprecation level of InputStream.readBytes(estimatedSize) to ERROR
This commit is contained in:
+1
-1
@@ -3,5 +3,5 @@ import java.io.InputStream
|
||||
fun InputStream.test() {
|
||||
readBytes()
|
||||
|
||||
<!DEPRECATION!>readBytes<!>(1)
|
||||
<!DEPRECATION_ERROR!>readBytes<!>(1)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user