Files
helix/tests/query/highlights/java/members.java
2026-06-20 14:49:53 +09:00

5 lines
261 B
Java

class C { void g(O o) { o.meth(); int y = o.fld; int z = Color.RED; } }
// ^ @function.method
// ^ @variable.other.member
// ^ @constant