Remove Iterator#get_hasNext since val hasNext convention is dropped.
This commit is contained in:
@@ -104,7 +104,6 @@ var kotlin = {set:function (receiver, key, value) {
|
||||
initialize: function () {
|
||||
},
|
||||
next: throwAbstractFunctionInvocationError("Iterator#next"),
|
||||
get_hasNext: throwAbstractFunctionInvocationError("Iterator#get_hasNext"),
|
||||
hasNext: throwAbstractFunctionInvocationError("Iterator#hasNext")
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user