Skip to content

Commit 4dbb15d

Browse files
authored
Merge pull request github#17503 from igfoo/igfoo/fields
Java/Kotlin: Deprecate Field.getSourceDeclaration(), Field.isSourceDeclaration()
2 parents 8c015b0 + 9b8152a commit 4dbb15d

File tree

24 files changed

+5001
-246
lines changed

24 files changed

+5001
-246
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
class Field extends @field {
2+
string toString() { none() }
3+
}
4+
5+
class Type extends @type {
6+
string toString() { none() }
7+
}
8+
9+
class RefType extends @reftype {
10+
string toString() { none() }
11+
}
12+
13+
from Field f, string name, Type t, RefType parent
14+
where fields(f, name, t, parent)
15+
select f, name, t, parent, f

0 commit comments

Comments
 (0)