Skip to content

Commit

Permalink
Merge pull request #17961 from igfoo/igfoo/ke2_erasure
Browse files Browse the repository at this point in the history
KE2: Remove erasure
  • Loading branch information
igfoo authored Nov 12, 2024
2 parents 212143f + cfb269e commit 83b3e8c
Show file tree
Hide file tree
Showing 12 changed files with 4,932 additions and 116 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 83b3e8c

Please sign in to comment.