-
Notifications
You must be signed in to change notification settings - Fork 751
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Work around a change to InstanceOfTree in JDK 14
It has a new getter for instanceof patterns, for now we proxy it to handle the new getter (and the new PatterTree AST node type that it returns) and unconditionally return `null`. This will require more work to actually support refaster matches on instanceof patterns. #1106 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=313270135
- Loading branch information
Showing
1 changed file
with
25 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters