Prohibit callable references to annotation class constructors.
See KT-4391.
This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
annotation class Ann(val prop: String)
|
||||
|
||||
val annCtorRef = ::<!CALLABLE_REFERENCE_TO_ANNOTATION_CONSTRUCTOR!>Ann<!>
|
||||
val annClassRef = Ann::class
|
||||
val annPropRef = Ann::prop
|
||||
Reference in New Issue
Block a user