[FIR] Create special hidden override for Java signature clash due to rename
This fixes CharBuffer.get resolving to CharBuffer.charAt #KT-61282 Fixed
This commit is contained in:
committed by
Space Team
parent
528a2d3c62
commit
865b8a4175
+5
@@ -41169,6 +41169,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
public void testValuesInsideEnum() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/specialBuiltins/valuesInsideEnum.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("weirdCharBuffers.kt")
|
||||
public void testWeirdCharBuffers() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/specialBuiltins/weirdCharBuffers.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/box/statics")
|
||||
|
||||
Reference in New Issue
Block a user