Skip to content

Commit 43035ae

Browse files
committed
Java: Add an upgrade script
1 parent 4a6c2c2 commit 43035ae

File tree

4 files changed

+2229
-0
lines changed

4 files changed

+2229
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
class Compilation extends @compilation {
2+
string toString() { none() }
3+
}
4+
5+
from Compilation c, string cwd
6+
where compilations(c, cwd)
7+
select c, 1, /* Java compilation */ cwd, "<unnamed compilation>"

0 commit comments

Comments
 (0)