Remove assertion on sorted ranges: it could be empty if lambda doesn't contain any linenumber
#KT-35101 Fixed
This commit is contained in:
+5
@@ -799,6 +799,11 @@ public class BlackBoxInlineCodegenTestGenerated extends AbstractBlackBoxInlineCo
|
||||
runTest("compiler/testData/codegen/boxInline/callableReference/kt16411.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt35101.kt")
|
||||
public void testKt35101() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/callableReference/kt35101.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("propertyIntrinsic.kt")
|
||||
public void testPropertyIntrinsic() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/callableReference/propertyIntrinsic.kt");
|
||||
|
||||
Reference in New Issue
Block a user