JS: fix Long constant translation (KT-19228 fixed)

This commit is contained in:
Anton Bannykh
2017-10-17 14:34:44 +03:00
parent b7d79cc146
commit 04cbea4956
11 changed files with 401 additions and 41 deletions
+1 -1
View File
@@ -5,4 +5,4 @@ fun foo() {
0L)
}
// LINES: 6 2 3 4 5
// LINES: 3 * 5 6 2 4