JS: create new common directory for all generated tests, migrate several tests there
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
package foo
|
||||
|
||||
fun box(): String {
|
||||
val t = myRun {
|
||||
object {
|
||||
fun boo(param: String): String {
|
||||
return myRun { param }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
return t.boo("OK")
|
||||
}
|
||||
Reference in New Issue
Block a user