Wrong instruction for invoke private function

#KT-2202 Fixed
This commit is contained in:
Natalia.Ukhorskaya
2012-11-02 11:49:10 +04:00
parent a9c567d19b
commit 91e83c2860
12 changed files with 191 additions and 50 deletions
@@ -120,8 +120,6 @@ public class SpecialFiles {
excludedFiles.add("kt684.jet"); // StackOverflow with StringBuilder (escape())
excludedFiles.add("kt1199.kt"); // Bug KT-2202
excludedFiles.add("kt1779.kt"); // Bug KT-2202 - private fun tryToComputeNext() in AbstractIterator.kt
excludedFiles.add("kt344.jet"); // Bug KT-2251
excludedFiles.add("kt529.kt"); // Bug