FE: provide argument mapping info for adapted callable reference
This commit is contained in:
@@ -36,6 +36,10 @@ interface ValueArgument {
|
||||
fun isExternal(): Boolean
|
||||
}
|
||||
|
||||
interface FakePositionalValueArgumentForCallableReference : ValueArgument {
|
||||
val index: Int
|
||||
}
|
||||
|
||||
interface LambdaArgument : ValueArgument {
|
||||
fun getLambdaExpression(): KtLambdaExpression?
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user