Specify actual type

This commit is contained in:
Him188 2020-03-08 00:44:05 +08:00
parent 1ef3eb471b
commit 710379eb80

View File

@ -35,7 +35,7 @@ import java.net.URL
*/
@Suppress("UNUSED_PARAMETER")
@Throws(IOException::class)
fun Bitmap.toExternalImage(formatName: String = "gif"): Nothing {
fun Bitmap.toExternalImage(formatName: String = "gif"): ExternalImage {
TODO()
}