mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-06 17:10:48 +08:00
Specify actual type
This commit is contained in:
parent
1ef3eb471b
commit
710379eb80
@ -35,7 +35,7 @@ import java.net.URL
|
|||||||
*/
|
*/
|
||||||
@Suppress("UNUSED_PARAMETER")
|
@Suppress("UNUSED_PARAMETER")
|
||||||
@Throws(IOException::class)
|
@Throws(IOException::class)
|
||||||
fun Bitmap.toExternalImage(formatName: String = "gif"): Nothing {
|
fun Bitmap.toExternalImage(formatName: String = "gif"): ExternalImage {
|
||||||
TODO()
|
TODO()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user