JS backend: add debug info in Delegate Property Test
This commit is contained in:
@@ -19,7 +19,7 @@ class A : WithNumber {
|
||||
}
|
||||
|
||||
fun box(): String {
|
||||
if (A().nextNumber != 8) return "A().nextNumber != 8"
|
||||
if (A().nextNumber != 8) return "A().nextNumber != 8, it: ${A().nextNumber}"
|
||||
|
||||
val a = A()
|
||||
a.nextNumber = 10;
|
||||
|
||||
Reference in New Issue
Block a user