fix for KT-1515 wrong loading of annotations

This commit is contained in:
Alex Tkachman
2012-03-13 12:28:35 +02:00
parent 6b26d1ca31
commit c870eccc4f
8 changed files with 49 additions and 13 deletions
@@ -124,4 +124,8 @@ public class StdlibTest extends CodegenTestCase {
public void testKt1568() throws Exception {
blackBoxFile("regressions/kt1568.kt");
}
public void testKt1515() throws Exception {
blackBoxFile("regressions/kt1515.kt");
}
}