Minor. Use java 6 construct in test
So, the test can be run on android.
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user