Page MenuHomeSealhub

duplicate_key.lint-test
No OneTemporary

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:

File Metadata

Mime Type
text/plain
Expires
Tue, Jul 8, 07:41 (9 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
808283
Default Alt Text
duplicate_key.lint-test (232 B)

Event Timeline