Fix imports in maven kotlin from java usage example.

This commit is contained in:
Ilya Gorbunov
2016-01-20 22:14:05 +03:00
parent 46a59b7550
commit db9e458cf9
@@ -3,6 +3,7 @@ package test.kotlin.jtests;
import junit.framework.TestCase;
import java.util.*;
import kotlin.*;
import kotlin.collections.*;
import kotlin.jvm.functions.Function0;
public class QualifiedNamesTest extends TestCase {