Compatibility warning for references to companion via name (KT-13934)
This commit is contained in:
+5
@@ -2705,6 +2705,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/callableReference/function/privateClassMember.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("referenceToCompanionMember.kt")
|
||||
public void testReferenceToCompanionMember() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/callableReference/function/referenceToCompanionMember.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("sortListOfStrings.kt")
|
||||
public void testSortListOfStrings() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/callableReference/function/sortListOfStrings.kt");
|
||||
|
||||
Reference in New Issue
Block a user