8 lines
195 B
Java
8 lines
195 B
Java
package org.jetbrains.jet.codegen;
|
|
|
|
public class ArrayGenTestCase extends CodegenTestCase {
|
|
public void testKt238 () throws Exception {
|
|
blackBoxFile("regressions/kt238.jet");
|
|
}
|
|
}
|