Analysis API: add KtType.isDenotable()
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
@Target(AnnotationTarget.EXPRESSION)
|
||||
@Retention(AnnotationRetention.SOURCE)
|
||||
annotation class Denotable(val type: String)
|
||||
|
||||
@Target(AnnotationTarget.EXPRESSION)
|
||||
@Retention(AnnotationRetention.SOURCE)
|
||||
annotation class Nondenotable(val type: String)
|
||||
|
||||
Reference in New Issue
Block a user