fix for KT-261

This commit is contained in:
Alex Tkachman
2011-08-30 16:32:41 +02:00
parent efba6c4cb0
commit 1b8f96e53c
6 changed files with 108 additions and 6 deletions
@@ -0,0 +1,9 @@
package org.jetbrains.jet.codegen;
import java.util.List;
public class BridgeMethodGenTest extends CodegenTestCase {
public void testBridgeMethod () throws Exception {
blackBoxFile("bridge.jet");
}
}