Skip to content

Commit

Permalink
Java: Add up/downgrade scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
igfoo committed Oct 10, 2024
1 parent 7098b55 commit d4d0b2d
Show file tree
Hide file tree
Showing 7 changed files with 4,932 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
class ClassOrInterface extends @classorinterface {
string toString() { none() }
}

from ClassOrInterface x, ClassOrInterface y
where
classes_or_interfaces(x, _, _, y) and
x != y
select x, y
Loading

0 comments on commit d4d0b2d

Please sign in to comment.