test(KT-47806): add tests for the uncovered behavior for generic companion function extensions.
This commit is contained in:
+6
@@ -6638,6 +6638,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/companion/delegatedPropertyOnCompanion.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("genericLambdaOnStringCompanion.kt")
|
||||
public void testGenericLambdaOnStringCompanion() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/companion/genericLambdaOnStringCompanion.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("inlineFunctionCompanionPropertyAccess.kt")
|
||||
public void testInlineFunctionCompanionPropertyAccess() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user