[KT-4124] Fix some tests from common testData
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
// Enable for JS when it supports Java class library.
|
||||
// TODO: Enable for JS when it supports Java class library.
|
||||
// TARGET_BACKEND: JVM
|
||||
class List<T>(val head: T, val tail: List<T>? = null)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user