test for KT-606

This commit is contained in:
Alex Tkachman
2012-05-03 16:12:17 +03:00
parent 08c074c5be
commit 25c804431b
2 changed files with 29 additions and 0 deletions
@@ -76,4 +76,8 @@ public class ExtensionFunctionsTest extends CodegenTestCase {
createEnvironmentWithMockJdk(CompilerSpecialMode.BUILTINS);
blackBoxFile("extensionFunctions/nested2.kt");
}
public void testKt606() throws Exception {
createEnvironmentWithMockJdk(CompilerSpecialMode.BUILTINS);
blackBoxFile("regressions/kt606.kt");
}
}