JS: use generation for some tests
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
package foo
|
||||
|
||||
inline fun f() { g() }
|
||||
|
||||
inline fun g() { h() }
|
||||
|
||||
inline fun h() { f() }
|
||||
|
||||
fun box(): String {
|
||||
f()
|
||||
|
||||
return "OK"
|
||||
}
|
||||
Reference in New Issue
Block a user