Skip to content

Commit

Permalink
Merge pull request #17731 from igfoo/igfoo/removeErasure
Browse files Browse the repository at this point in the history
Java/Kotlin: Remove the erasure dbscheme relation
  • Loading branch information
igfoo authored Oct 29, 2024
2 parents c5d699c + 251a8a3 commit b00bbc9
Show file tree
Hide file tree
Showing 11 changed files with 4,932 additions and 114 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 b00bbc9

Please sign in to comment.