We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5f9305 commit 75e38ebCopy full SHA for 75e38eb
src/main/java/vanstudio/sequence/util/MyUastUtil.kt
@@ -8,7 +8,7 @@ import vanstudio.sequence.openapi.model.LambdaExprDescription
8
import vanstudio.sequence.openapi.model.MethodDescription
9
10
fun createMethod(node: ULambdaExpression, offset: Int): MethodDescription {
11
- val paramPair: ParamPair = extractParameters(node.parameters)
+ val paramPair: ParamPair = extractParameters(node.valueParameters)
12
val returnType = node.getExpressionType()?.canonicalText
13
14
val uMethod = node.getParentOfType(UMethod::class.java, true)
0 commit comments