Deprecate throws annotation in favor of Throws
This commit is contained in:
+1
-1
@@ -1,2 +1,2 @@
|
||||
throws(IOException::class, SerializationException::class)
|
||||
Throws(IOException::class, SerializationException::class)
|
||||
fun foo()
|
||||
Reference in New Issue
Block a user