Update js reachable nodes count after expanding StringBuilder api

This commit is contained in:
Abduqodiri Qurbonzoda
2019-12-05 16:41:47 +03:00
parent df3bee3038
commit dabf6376db
78 changed files with 78 additions and 78 deletions
@@ -1,4 +1,4 @@
// EXPECTED_REACHABLE_NODES: 1235
// EXPECTED_REACHABLE_NODES: 1382
class X(private val x: String) {
operator fun getValue(thisRef: Any?, property: Any): String = x
}