~ubuntu-branches/ubuntu/vivid/phabricator/vivid-proposed

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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: