Originally created by @bioball on GitHub (May 29, 2024).
The result of a `const` member cannot be late-bound, so its values should be cached for all children in the prototype chain.
As an observable effect, this should only result in one trace. Today, this has two.
```groovy
class MyClass {
const prop = trace("hello")
res: Int
}
a = new MyClass { res = 1 }
b = (a) { res = 2 }
```
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @bioball on GitHub (May 29, 2024).
The result of a
constmember cannot be late-bound, so its values should be cached for all children in the prototype chain.As an observable effect, this should only result in one trace. Today, this has two.