2 method2: function () {}, prop : 'dolor amet'
11 function foo(a){ amet(123, a, {flag:true}); }
13 ipsum({flag:true,other:false});
14 ipsum({flag:true,other:false},789,'bar');
17 var obj = {foo:"bar", 'lorem' : 123,
21 // ObjectEpression within CallExpression needs to indent comments
69 // issues #47 and #166
70 Ext.define('VMS.model.User', {
71 extend: 'Ext.data.Model',
88 // align with previous line because of line break
99 var ItemsSchema = new Schema({
100 name: String // comments
116 var bar = this.baz({});
130 get b(){return 'test'; },
143 // ES6 Object Literal Property Value Shorthand