This annotation indicates what exceptions should be declared by a function when compiled to a JVM method. Example: @Throws(IOException::class) fun ...
確定! 回上一頁