Minor: drop irrelevant test case
Hiding constructors with inline class type parameters is tested by bytecodeListing tests
This commit is contained in:
@@ -2063,11 +2063,6 @@ public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
|
||||
runTest("compiler/testData/codegen/bytecodeText/inlineClasses/checkOuterInlineFunctionCall.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("constructorWithInlineClassParametersIsNotMangled.kt")
|
||||
public void testConstructorWithInlineClassParametersIsNotMangled() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/inlineClasses/constructorWithInlineClassParametersIsNotMangled.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("equalsIsCalledByInlineClass.kt")
|
||||
public void testEqualsIsCalledByInlineClass() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/inlineClasses/equalsIsCalledByInlineClass.kt");
|
||||
|
||||
Reference in New Issue
Block a user