mirror of
https://github.com/helix-editor/helix
synced 2026-08-05 14:42:57 +02:00
5 lines
261 B
Java
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
|