e06c13732f
So #KT-19871 Fixed
10 lines
201 B
Kotlin
Vendored
10 lines
201 B
Kotlin
Vendored
// CHOOSE_USE_SITE_TARGET: get
|
|
// IS_APPLICABLE: false
|
|
|
|
@Target(AnnotationTarget.TYPE, AnnotationTarget.VALUE_PARAMETER)
|
|
annotation class C
|
|
|
|
class Extension
|
|
|
|
fun @C<caret> Extension.foo(): String = ""
|