Unwrap annotated expression in deparenthesize
It's needed to complete resolved call with annotated function literal
This commit is contained in:
@@ -10038,6 +10038,12 @@ public class JetDiagnosticsTestGenerated extends AbstractJetDiagnosticsTest {
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("resolveAnnotatedLambdaArgument.kt")
|
||||
public void testResolveAnnotatedLambdaArgument() throws Exception {
|
||||
String fileName = JetTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/resolve/resolveAnnotatedLambdaArgument.kt");
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("resolveWithFunctionLiteralWithId.kt")
|
||||
public void testResolveWithFunctionLiteralWithId() throws Exception {
|
||||
String fileName = JetTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/resolve/resolveWithFunctionLiteralWithId.kt");
|
||||
|
||||
Reference in New Issue
Block a user