Merge remote branch 'origin/master'
Conflicts: idea/src/org/jetbrains/jet/plugin/structureView/JetStructureViewElement.java
This commit is contained in:
@@ -47,6 +47,12 @@ public class PatternMatchingTest extends CodegenTestCase {
|
||||
assertEquals("something", foo.invoke(null, 19));
|
||||
}
|
||||
|
||||
public void testIs() throws Exception {
|
||||
loadFile();
|
||||
blackBox();
|
||||
System.out.println(generateToText());
|
||||
}
|
||||
|
||||
public void testRange() throws Exception {
|
||||
loadFile();
|
||||
System.out.println(generateToText());
|
||||
|
||||
Reference in New Issue
Block a user