Fix failing JS tests

This commit is contained in:
Alexey Andreev
2017-11-23 11:43:36 +03:00
parent 2dd66225f3
commit 6ab87ad66a
3 changed files with 2 additions and 11 deletions
@@ -1,6 +1,3 @@
// IGNORE_BACKEND: JS
// ^ see KT-21041
open class Base(val callback: () -> String)
class Outer {