Resolve annotations on parameters of function type
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
fun <K, V> intercept(<warning>block</warning>: (<error descr="[UNRESOLVED_REFERENCE] Unresolved reference: A"><error descr="[UNSUPPORTED] Unsupported [annotation on parameter in function type]">@A</error></error> key: K, (K) -> V) -> V) {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
fun <K, V> intercept(<warning>block</warning>: (@A K, (K) -> V) -> V) {
|
||||
|
||||
}
|
||||
|
||||
annotation class A
|
||||
Reference in New Issue
Block a user