J2K: all annotations should be with "@"
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
import java.io.*
|
||||
|
||||
class C {
|
||||
Throws(IOException::class)
|
||||
@Throws(IOException::class)
|
||||
internal fun foo() {
|
||||
ByteArrayInputStream(ByteArray(10)).use { stream -> println(stream.read()) }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user