Update tests

This commit is contained in:
Roman Artemev
2019-01-14 20:55:43 +03:00
committed by romanart
parent fd9a72b627
commit f3758771c9
5 changed files with 0 additions and 5 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JS_IR
open class DeeperBase {
open fun deeperBaseFun(): String = "DeeperBase.deeperBaseFun()"
-1
View File
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JS_IR
interface A {
fun foo(): String {
return "OK"
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JS_IR
var result = "Fail"
interface A {
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JS_IR
interface A {
fun foo(): Number {
return 42
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JS_IR
interface A<T, U : Number, V : Any> {
fun foo(t: T, u: U): V? {
return null