KT-2752: refactor generation of FQN in JS. Move backend-independent code to generic code in frontend.

This commit is contained in:
Alexey Andreev
2016-05-25 12:57:31 +03:00
parent ed55923bb0
commit f70b50b6e2
71 changed files with 512 additions and 618 deletions
@@ -1,9 +1,9 @@
package foo
// CHECK_CONTAINS_NO_CALLS: test
// CHECK_LABELS_COUNT: function=test name=loop count=1
// CHECK_LABELS_COUNT: function=test name=loop_0 count=1
// CHECK_LABELS_COUNT: function=test name=loop_1 count=1
// CHECK_CONTAINS_NO_CALLS: test_0
// CHECK_LABELS_COUNT: function=test_0 name=loop count=1
// CHECK_LABELS_COUNT: function=test_0 name=loop_0 count=1
// CHECK_LABELS_COUNT: function=test_0 name=loop_1 count=1
class State() {
public var value: Int = 0