Files
kotlin-fork/compiler/testData/diagnostics/tests/callableReference/function/annotationClassConstructor.kt
T

7 lines
187 B
Kotlin
Vendored

// FIR_IDENTICAL
annotation class Ann(val prop: String)
val annCtorRef = ::<!CALLABLE_REFERENCE_TO_ANNOTATION_CONSTRUCTOR!>Ann<!>
val annClassRef = Ann::class
val annPropRef = Ann::prop