Remove Iterator#get_hasNext since val hasNext convention is dropped.

This commit is contained in:
Pavel V. Talanov
2012-08-16 20:24:37 +04:00
parent ec556e2abc
commit e184bf7a8f
-1
View File
@@ -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")
});