Skip to content

Commit b00bbc9

Browse files
authored
Merge pull request github#17731 from igfoo/igfoo/removeErasure
Java/Kotlin: Remove the erasure dbscheme relation
2 parents c5d699c + 251a8a3 commit b00bbc9

File tree

11 files changed

+4932
-114
lines changed

11 files changed

+4932
-114
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)