[JS IR BE] Update test data

This commit is contained in:
Roman Artemev
2018-06-06 16:21:21 +03:00
committed by Roman Artemev
parent 17d71f1e46
commit 6ac4fd2e5f
160 changed files with 1239 additions and 172 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JS_IR
open class Content() {
override fun toString() = "OK"
}
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JS_IR
// KT-4145
interface A {
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JS_IR
interface D1 {
fun foo(): Any
}
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JS_IR
open class A<T> {
var size: T = 56 as T
}
-1
View File
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JS_IR
package test
public interface FunDependencyEdge {
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JS_IR
open class A<T> {
open var x: T = "Fail" as T
get