13 lines
237 B
Java
13 lines
237 B
Java
package org.jetbrains.jet.codegen;
|
|
|
|
/**
|
|
* @author yole
|
|
* @author alex.tkachman
|
|
*/
|
|
public class StringsTest extends CodegenTestCase {
|
|
|
|
public void testRawStrings() throws Exception {
|
|
blackBoxFile("rawStrings.jet");
|
|
}
|
|
}
|