Skip to content

Commit 83b3e8c

Browse files
authored
Merge pull request #17961 from igfoo/igfoo/ke2_erasure
KE2: Remove erasure
2 parents 212143f + cfb269e commit 83b3e8c

File tree

12 files changed

+4932
-116
lines changed

12 files changed

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