Update box tests to 1.2.0-rc-39
This commit is contained in:
committed by
Pavel Punegov
parent
0121b6a185
commit
ffa1ffa659
+1
-1
@@ -1,5 +1,5 @@
|
||||
// Enable for JVM backend when KT-8120 gets fixed
|
||||
// TARGET_BACKEND: JS
|
||||
// IGNORE_BACKEND: JVM
|
||||
|
||||
fun box(): String {
|
||||
var log = ""
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
// Enable for JVM backend when KT-8120 gets fixed
|
||||
// TARGET_BACKEND: JS
|
||||
// IGNORE_BACKEND: JVM
|
||||
|
||||
fun box(): String {
|
||||
val capturedInConstructor = 1
|
||||
|
||||
@@ -7,5 +7,5 @@ fun foo() : String {
|
||||
}
|
||||
|
||||
fun box(): String {
|
||||
return foo()
|
||||
return foo()
|
||||
}
|
||||
Reference in New Issue
Block a user