Don't lost type parameters for members of inline classes in the bytecode
#KT-33157 Fixed
This commit is contained in:
+5
@@ -12720,6 +12720,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/useInlineFunctionInsideInlineClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("useOfInlineClassWithGenericMethodFromJava.kt")
|
||||
public void testUseOfInlineClassWithGenericMethodFromJava() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/useOfInlineClassWithGenericMethodFromJava.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("useThisInsideInlineClass.kt")
|
||||
public void testUseThisInsideInlineClass() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/useThisInsideInlineClass.kt");
|
||||
|
||||
Reference in New Issue
Block a user