Skip to content

Commit e0ff03f

Browse files
committed
Type as MaterializedFrame for clarity
1 parent 23a9709 commit e0ff03f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/truffleruby/language/methods/DeclarationContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ private static Frame lookupVisibility(Frame frame) {
102102
}
103103

104104
@TruffleBoundary
105-
private static Frame lookupVisibilityInternal(MaterializedFrame frame) {
105+
private static MaterializedFrame lookupVisibilityInternal(MaterializedFrame frame) {
106106
while (frame != null) {
107107
final Visibility visibility = RubyArguments.getDeclarationContext(frame).visibility;
108108
if (visibility != null) {

0 commit comments

Comments
 (0)