Skip to content

Commit a16147c

Browse files
committed
Java: Add upgrade and downgrade script
1 parent 4ffc8e6 commit a16147c

File tree

7 files changed

+4977
-0
lines changed

7 files changed

+4977
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
class Import extends @import {
2+
string toString() { none() }
3+
}
4+
5+
class ClassOrInterface extends @classorinterface {
6+
string toString() { none() }
7+
}
8+
9+
from Import imp, ClassOrInterface holder, string name, int kind
10+
where
11+
imports(imp, holder, name, kind) and kind != 6
12+
select imp, holder, name, kind

0 commit comments

Comments
 (0)