Convert lambda to reference: fix it works correctly in anonymous object
#KT-31682 Fixed
This commit is contained in:
committed by
Yan Zhulanow
parent
b9fab1123d
commit
8f3392d635
@@ -5060,6 +5060,16 @@ public class IntentionTestGenerated extends AbstractIntentionTest {
|
||||
runTest("idea/testData/intentions/convertLambdaToReference/goodNamedOrder.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("inAnonymousObject.kt")
|
||||
public void testInAnonymousObject() throws Exception {
|
||||
runTest("idea/testData/intentions/convertLambdaToReference/inAnonymousObject.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("inAnonymousObject2.kt")
|
||||
public void testInAnonymousObject2() throws Exception {
|
||||
runTest("idea/testData/intentions/convertLambdaToReference/inAnonymousObject2.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("inner.kt")
|
||||
public void testInner() throws Exception {
|
||||
runTest("idea/testData/intentions/convertLambdaToReference/inner.kt");
|
||||
|
||||
Reference in New Issue
Block a user