fix for KT-2711 wrong check on descriptor being integral range
method added to JetStandardLibrary to get all integral range descriptors #KT-2711 fixed
This commit is contained in:
@@ -533,4 +533,9 @@ public class ClassGenTest extends CodegenTestCase {
|
||||
createEnvironmentWithMockJdkAndIdeaAnnotations(ConfigurationKind.JDK_ONLY);
|
||||
blackBoxFile("regressions/kt1535.kt");
|
||||
}
|
||||
|
||||
public void testKt2711() {
|
||||
createEnvironmentWithMockJdkAndIdeaAnnotations(ConfigurationKind.JDK_ONLY);
|
||||
blackBoxFile("regressions/kt2711.kt");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user