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 23a9709 commit e0ff03fCopy full SHA for e0ff03f
src/main/java/org/truffleruby/language/methods/DeclarationContext.java
@@ -102,7 +102,7 @@ private static Frame lookupVisibility(Frame frame) {
102
}
103
104
@TruffleBoundary
105
- private static Frame lookupVisibilityInternal(MaterializedFrame frame) {
+ private static MaterializedFrame lookupVisibilityInternal(MaterializedFrame frame) {
106
while (frame != null) {
107
final Visibility visibility = RubyArguments.getDeclarationContext(frame).visibility;
108
if (visibility != null) {
0 commit comments