JS: refactor code that copies default methods in interfaces to classes

Als fixes KT-21245
This commit is contained in:
Alexey Andreev
2017-11-14 17:03:05 +03:00
parent 38e50e964a
commit 32a0221474
6 changed files with 119 additions and 81 deletions
@@ -1,6 +1,3 @@
// TODO: muted automatically, investigate should it be ran for JS or not
// IGNORE_BACKEND: JS
interface A {
var bar: Boolean
get() = false
@@ -1,6 +1,3 @@
// TODO: muted automatically, investigate should it be ran for JS or not
// IGNORE_BACKEND: JS
interface A {
fun foo() = "Fail"
}