Check if there is bridge by signatures instead of IR
#KT-50649 Fixed
This commit is contained in:
committed by
TeamCityServer
parent
8fe4e9030f
commit
b794b0f1be
+10
@@ -18196,6 +18196,16 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
public void testLambdaTakesResultThroughBridge() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/result/lambdaTakesResultThroughBridge.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("returnGenericMultiModule.kt")
|
||||
public void testReturnGenericMultiModule() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/result/returnGenericMultiModule.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("returnGenericSingleModule.kt")
|
||||
public void testReturnGenericSingleModule() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/result/returnGenericSingleModule.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/box/inlineClasses/returnResult")
|
||||
|
||||
Reference in New Issue
Block a user