Skip to content

Commit 0249c49

Browse files
committed
Java: Add up/downgrade scripts
1 parent 66be970 commit 0249c49

File tree

7 files changed

+4932
-0
lines changed

7 files changed

+4932
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
class ClassOrInterface extends @classorinterface {
2+
string toString() { none() }
3+
}
4+
5+
from ClassOrInterface x, ClassOrInterface y
6+
where
7+
classes_or_interfaces(x, _, _, y) and
8+
x != y
9+
select x, y

0 commit comments

Comments
 (0)