Don't lost type parameters for members of inline classes in the bytecode

#KT-33157 Fixed
This commit is contained in:
Mikhail Zarechenskiy
2019-08-06 15:13:29 +03:00
parent a874f4f5c3
commit 80acc56c10
8 changed files with 76 additions and 0 deletions
@@ -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");