Minor. Use java 6 construct in test

So, the test can be run on android.
This commit is contained in:
Ilmir Usmanov
2020-02-25 11:27:57 +01:00
parent bb43a66716
commit af5a381c2b
@@ -39,7 +39,7 @@ import java.util.*;
import kotlin.coroutines.*;
public class J {
private List<String> result = new ArrayList<>();
private List<String> result = new ArrayList<String>();
public List<String> foo() {
MyContinuation continuation = new MyContinuation();