We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b06850a commit ace99d9Copy full SHA for ace99d9
tests/run-with-compiler-custom-args/tasty-interpreter/notes.md
@@ -2,15 +2,13 @@
2
3
4
- Abstract platform operations
5
+ - Arrays
6
- Proxies
-
7
- // Foo defined in current run
8
- class Foo extends IFace1 with IFace2 ...
9
- new Foo.meth()
10
11
- // Bar is precompiled
12
- class Bar {
13
- def meth(x: IFace1) = x.meth()
14
- }
15
16
- FooProxy(obj).meth()
+ - Enviroment of the object
+ - `this` in Env
+ - Class with fields
+ - Class with custom constructor (and secondary)
+
+- Stack
+ - local def env (closures)
+ - local class env
0 commit comments