KT-2987 java.lang.AbstractMethodError/java.lang.NoSuchMethodError for delegated class by parameterized parent

#KT-2987 Fixed
This commit is contained in:
Sergey Mashkov
2012-10-24 18:29:31 +04:00
committed by Alexander Udalov
parent c843d23416
commit edb8797fa6
4 changed files with 61 additions and 17 deletions
@@ -110,6 +110,11 @@ public class ClassGenTest extends CodegenTestCase {
blackBoxFile("classes/delegation4.kt");
}
public void testInheritanceAndDelegationTyped() throws Exception {
createEnvironmentWithMockJdkAndIdeaAnnotations(ConfigurationKind.JDK_ONLY);
blackBoxFile("classes/typedDelegation.kt");
}
public void testDelegationMethodsWithArgs() throws Exception {
createEnvironmentWithMockJdkAndIdeaAnnotations(ConfigurationKind.JDK_ONLY);
blackBoxFile("classes/delegationMethodsWithArgs.kt");