Commit ce0ddee
authored
Make lazy not a protected class (#275)
Otherwise people can't extend `sjsonnet.Val.Builtin2` since they can't
implement
```
def evalRhs(
arg1: sjsonnet.Lazy,
arg2: sjsonnet.Lazy,
ev: sjsonnet.EvalScope,
pos: sjsonnet.Position): sjsonnet.Val = {
```
See [example](https://github.com/databricks-eng/universe/pull/1015923)1 parent 76eec48 commit ce0ddee
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments