J2K: all annotations should be with "@"
This commit is contained in:
@@ -2,4 +2,4 @@ package to
|
||||
|
||||
import kotlin.reflect.KClass
|
||||
|
||||
annotation internal class Ann(val value: KClass<Any>)
|
||||
internal annotation class Ann(val value: KClass<Any>)
|
||||
Reference in New Issue
Block a user