diff --git a/js/js.translator/testFiles/kotlin_lib.js b/js/js.translator/testFiles/kotlin_lib.js index f45cc244185..7043e0376f7 100644 --- a/js/js.translator/testFiles/kotlin_lib.js +++ b/js/js.translator/testFiles/kotlin_lib.js @@ -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") });