Skip to content

Commit 415f295

Browse files
committed
revert part of "misc: sync with upstream"
1 parent 58bd65d commit 415f295

File tree

7 files changed

+235
-235
lines changed

7 files changed

+235
-235
lines changed

hkmc2/shared/src/test/mlscript/llir/Classes.mls

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,23 +26,23 @@ fun main() =
2626
main()
2727
//│ LLIR:
2828
//│ class Base() {
29-
//│ def get$749() =
29+
//│ def get$596() =
3030
//│ 1
3131
//│ }
3232
//│ class Derived() extends Base {
33-
//│ def get$750() =
33+
//│ def get$597() =
3434
//│ 2
3535
//│ }
36-
//│ def main$752() =
37-
//│ let x$773 = Derived$758() in
38-
//│ let x$774 = Base.get$749(x$773) in
39-
//│ let x$775 = Derived.get$750(x$773) in
40-
//│ let x$776 = *(x$774,x$775) in
41-
//│ x$776
42-
//│ def entry$778() =
43-
//│ let* (x$777) = main() in
44-
//│ x$777
45-
//│ entry = entry$778
36+
//│ def main$599() =
37+
//│ let x$620 = Derived$605() in
38+
//│ let x$621 = Base.get$596(x$620) in
39+
//│ let x$622 = Derived.get$597(x$620) in
40+
//│ let x$623 = *(x$621,x$622) in
41+
//│ x$623
42+
//│ def entry$625() =
43+
//│ let* (x$624) = main() in
44+
//│ x$624
45+
//│ entry = entry$625
4646
//│
4747
//│ Interpreted:
4848
//│ 4

0 commit comments

Comments
 (0)