unused_constant.gd 135 B

1234
  1. func test():
  2. const UNUSED = "not used"
  3. const _UNUSED = "not used, but no warning since the constant name starts with an underscore"