Update js reachable nodes count after expanding StringBuilder api
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user