Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseaton authored and kirs committed Mar 24, 2021
1 parent ec9bb0a commit 0e0b149
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public boolean isInlineSource() {
}

public boolean freezeInterpolatedStrings() {
// Core doesn't work with frozen string literals
// Core doesn't work with frozen string interpolation
return frozenStringLiteral && !core;
}
}

0 comments on commit 0e0b149

Please sign in to comment.