JS: create new common directory for all generated tests, migrate several tests there
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package foo
|
||||
|
||||
interface A : B, E
|
||||
interface B
|
||||
open class C {
|
||||
fun foo() = true
|
||||
}
|
||||
interface D
|
||||
interface E
|
||||
interface F : G, D
|
||||
interface G
|
||||
|
||||
fun box() = if (C().foo()) "OK" else "fail"
|
||||
Reference in New Issue
Block a user