Fix "PSI/index mismatch" in case of @ParameterName on non-functional types (KT-34524)
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ public/*package*/ open class Bar : test.Foo {
|
||||
|
||||
public open class Foo {
|
||||
public constructor Foo()
|
||||
public open fun request(): kotlin.reflect.KFunction1<@kotlin.ParameterName(name = "id") kotlin.Long, test.Request>
|
||||
public open fun request(): kotlin.reflect.KFunction1<kotlin.Long, test.Request>
|
||||
}
|
||||
|
||||
public final class Request {
|
||||
|
||||
Reference in New Issue
Block a user