Remove 'import java.util' from js tests.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
// KT-5192 JS compiler fails to generate correct code for List implementation
|
||||
package foo
|
||||
|
||||
import java.util.ArrayList
|
||||
|
||||
class stdlib_emptyListClass : List<Any> by ArrayList<Any>() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user