From e184bf7a8f79a777b5f8f15fb138245363dc02b1 Mon Sep 17 00:00:00 2001 From: "Pavel V. Talanov" Date: Thu, 16 Aug 2012 20:24:37 +0400 Subject: [PATCH] Remove Iterator#get_hasNext since val hasNext convention is dropped. --- js/js.translator/testFiles/kotlin_lib.js | 1 - 1 file changed, 1 deletion(-) 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") });