Import of KClass inserted when needed on conversion to Kotlin on paste
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package to
|
||||
|
||||
import kotlin.reflect.KClass
|
||||
|
||||
annotation class Ann(public val value: KClass<Any>)
|
||||
Reference in New Issue
Block a user