Viewing File: /home/ubuntu/code_review/arcanist/src/lint/linter/__tests__/coffeelint/duplicate_key.lint-test

class SomeThing
  getConfig: ->
    one = 1
    one = 5
    @config =
      keyA: one
      keyB: one
      keyA: 2
  getConfig: ->
    @config =
      foo: 1

  @getConfig: ->
    config =
      foo: 1
~~~~~~~~~~
error:8:
error:9:
Back to Directory File Manager