pattern matching with type patterns
This commit is contained in:
@@ -35,7 +35,7 @@ public class PatternMatchingTest extends CodegenTestCase {
|
||||
assertTrue(caught);
|
||||
}
|
||||
|
||||
public void _testPattern() throws Exception {
|
||||
public void testPattern() throws Exception {
|
||||
loadFile();
|
||||
Method foo = generateFunction();
|
||||
assertEquals("string", foo.invoke(null, ""));
|
||||
|
||||
Reference in New Issue
Block a user