enso/engine/runtime-parser/src
Pavel Marek 60ef7e0ba3
Referencing self from static method raises compiler error (#7131)
Add a new `NoStaticInSelf` compiler pass that ensures that `self` keyword is used only from instance methods.
2023-06-28 19:04:32 +02:00
..
main Referencing self from static method raises compiler error (#7131) 2023-06-28 19:04:32 +02:00
test/java/org/enso/compiler/core Moving construction of IR into runtime parser project (#7096) 2023-06-24 06:34:21 +02:00