Turn off the failing StdLibToJSTest. It fails due to some frontend bug.
This commit is contained in:
@@ -187,4 +187,10 @@ public class StringBuilder() : Appendable {
|
||||
}
|
||||
|
||||
library
|
||||
public class NoSuchElementException() : Exception() {}
|
||||
public class NoSuchElementException() : Exception() {}
|
||||
|
||||
library
|
||||
public trait Enumeration<E> {
|
||||
open fun hasMoreElements() : Boolean
|
||||
open fun nextElement() : E
|
||||
}
|
||||
Reference in New Issue
Block a user