8fcda32287
#KT-10133 Fixed
9 lines
240 B
Java
Vendored
9 lines
240 B
Java
Vendored
// CONFIGURE_LIBRARY: JUnit@lib/junit-4.12.jar
|
|
// REF: (<root>).Foo
|
|
// REF: /src.fromJavaTestToKotlinFile.kt
|
|
// REF: /src.fromJavaTestToKotlinFile.2.kt
|
|
import junit.framework.TestCase;
|
|
|
|
public class <caret>FooUtilsTest extends TestCase {
|
|
|
|
} |