KT-2987 java.lang.AbstractMethodError/java.lang.NoSuchMethodError for delegated class by parameterized parent
#KT-2987 Fixed
This commit is contained in:
committed by
Alexander Udalov
parent
c843d23416
commit
edb8797fa6
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user