alternative signature applies for names
mapped in standard library (and differs from auto transformed Java signature) e.g.Collections.copy(MutableList, List)
This commit is contained in:
@@ -43,4 +43,8 @@ public class JdkAnnotationsTest extends CodegenTestCase {
|
||||
public void testKt1397() {
|
||||
blackBoxFile("regressions/kt1397.kt");
|
||||
}
|
||||
|
||||
public void testIteratingOverHashMap() {
|
||||
blackBoxFile("jdk-annotations/iteratingOverHashMap.kt");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user