Minor: drop irrelevant test case
Hiding constructors with inline class type parameters is tested by bytecodeListing tests
This commit is contained in:
-10
@@ -1,10 +0,0 @@
|
|||||||
// !LANGUAGE: +InlineClasses
|
|
||||||
|
|
||||||
inline class Str(val s: String)
|
|
||||||
|
|
||||||
class C1(val ss: Str)
|
|
||||||
|
|
||||||
class C2(val ss1: Str, val ss2: Str)
|
|
||||||
|
|
||||||
// 1 public \<init\>\(Ljava/lang/String;\)V
|
|
||||||
// 1 public \<init\>\(Ljava/lang/String;Ljava/lang/String;\)V
|
|
||||||
@@ -2063,11 +2063,6 @@ public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
|
|||||||
runTest("compiler/testData/codegen/bytecodeText/inlineClasses/checkOuterInlineFunctionCall.kt");
|
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")
|
@TestMetadata("equalsIsCalledByInlineClass.kt")
|
||||||
public void testEqualsIsCalledByInlineClass() throws Exception {
|
public void testEqualsIsCalledByInlineClass() throws Exception {
|
||||||
runTest("compiler/testData/codegen/bytecodeText/inlineClasses/equalsIsCalledByInlineClass.kt");
|
runTest("compiler/testData/codegen/bytecodeText/inlineClasses/equalsIsCalledByInlineClass.kt");
|
||||||
|
|||||||
Reference in New Issue
Block a user