J2K: adapted for default visibility modifier 'public'
This commit is contained in:
+2
-2
@@ -1,8 +1,8 @@
|
||||
// ERROR: Unresolved reference: LinkedList
|
||||
import java.util.*
|
||||
|
||||
public class ForEach {
|
||||
public fun test() {
|
||||
class ForEach {
|
||||
fun test() {
|
||||
val xs = ArrayList<Any>()
|
||||
val ys = LinkedList<Any>()
|
||||
for (x in xs) {
|
||||
|
||||
Reference in New Issue
Block a user