Remove codegen tests on inline classes based on type parameters
According to KT-23819, such inline classes are prohibited. These tests can be restored (and fixed if needed) as soon as we allow this back
This commit is contained in:
-10
@@ -532,16 +532,6 @@ public class IrWriteSignatureTestGenerated extends AbstractIrWriteSignatureTest
|
||||
runTest("compiler/testData/writeSignature/inlineClasses/genericInlineClassBasedOnGenericType.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("genericInlineClassWithDefaultTypeParameter.kt")
|
||||
public void testGenericInlineClassWithDefaultTypeParameter() throws Exception {
|
||||
runTest("compiler/testData/writeSignature/inlineClasses/genericInlineClassWithDefaultTypeParameter.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("genericInlineClassWithNotNullTypeParameter.kt")
|
||||
public void testGenericInlineClassWithNotNullTypeParameter() throws Exception {
|
||||
runTest("compiler/testData/writeSignature/inlineClasses/genericInlineClassWithNotNullTypeParameter.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("genericMethodInsideClass.kt")
|
||||
public void testGenericMethodInsideClass() throws Exception {
|
||||
runTest("compiler/testData/writeSignature/inlineClasses/genericMethodInsideClass.kt");
|
||||
|
||||
-10
@@ -532,16 +532,6 @@ public class WriteSignatureTestGenerated extends AbstractWriteSignatureTest {
|
||||
runTest("compiler/testData/writeSignature/inlineClasses/genericInlineClassBasedOnGenericType.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("genericInlineClassWithDefaultTypeParameter.kt")
|
||||
public void testGenericInlineClassWithDefaultTypeParameter() throws Exception {
|
||||
runTest("compiler/testData/writeSignature/inlineClasses/genericInlineClassWithDefaultTypeParameter.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("genericInlineClassWithNotNullTypeParameter.kt")
|
||||
public void testGenericInlineClassWithNotNullTypeParameter() throws Exception {
|
||||
runTest("compiler/testData/writeSignature/inlineClasses/genericInlineClassWithNotNullTypeParameter.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("genericMethodInsideClass.kt")
|
||||
public void testGenericMethodInsideClass() throws Exception {
|
||||
runTest("compiler/testData/writeSignature/inlineClasses/genericMethodInsideClass.kt");
|
||||
|
||||
Reference in New Issue
Block a user