K2: add source range test with extension lambda call
This test is equivalent to IDE debugger test testNoParameterExtensionLambdaArgumentCallInInline3, which changes behavior due to previous commit
This commit is contained in:
committed by
Space Team
parent
b7b7dd1000
commit
fe979cc822
+6
@@ -49,6 +49,12 @@ public class ClassicJvmIrSourceRangesTestGenerated extends AbstractClassicJvmIrS
|
||||
runTest("compiler/testData/ir/sourceRanges/elvis.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("extensionLambdaCall.kt")
|
||||
public void testExtensionLambdaCall() throws Exception {
|
||||
runTest("compiler/testData/ir/sourceRanges/extensionLambdaCall.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt17108.kt")
|
||||
public void testKt17108() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user