Files
kotlin-fork/compiler/tests/org/jetbrains/jet/codegen/SafeRefTest.java
T
2011-10-20 16:21:18 +02:00

16 lines
388 B
Java

package org.jetbrains.jet.codegen;
public class SafeRefTest extends CodegenTestCase {
public void test247 () throws Exception {
blackBoxFile("regressions/kt247.jet");
}
public void test245 () throws Exception {
blackBoxFile("regressions/kt245.jet");
}
public void test232 () throws Exception {
blackBoxFile("regressions/kt232.jet");
}
}