JS: fix long constants importing

This commit is contained in:
Anton Bannykh
2018-12-18 18:18:06 +03:00
parent cd0fd569b4
commit 6d5ef2d324
5 changed files with 28 additions and 30 deletions
@@ -145,11 +145,11 @@ inline fun testImportedLongConstInlineFunLib1() {
assertEquals(123456789012345L, bigLongConstCopy)
}
// PROPERTY_READ_COUNT: name=longConst_0 count=1 scope=testImportedLongConstInlinedLocally
// PROPERTY_READ_COUNT: name=longConst count=1 scope=testImportedLongConstInlinedLocally
// PROPERTY_READ_COUNT: name=L42 count=1 scope=testImportedLongConstInlinedLocally
// PROPERTY_READ_COUNT: name=L_42 count=4 scope=testImportedLongConstInlinedLocally
// PROPERTY_READ_COUNT: name=L84 count=2 scope=testImportedLongConstInlinedLocally
// PROPERTY_READ_COUNT: name=bigLongConst_0 count=1 scope=testImportedLongConstInlinedLocally
// PROPERTY_READ_COUNT: name=bigLongConst count=1 scope=testImportedLongConstInlinedLocally
// PROPERTY_READ_COUNT: name=L123456789012345 count=1 scope=testImportedLongConstInlinedLocally
private fun testImportedLongConstInlinedLocally() {
testImportedLongConstInlineFunLib1()