add espree comment attachment tests and remove ranges test property from babylon tests

This commit is contained in:
Sebastian McKenzie
2015-07-25 06:07:51 +01:00
parent 006f3db76a
commit bed14e9b42
233 changed files with 3512 additions and 586 deletions

View File

@@ -0,0 +1,10 @@
/**
* this is anonymous class.
*/
export default class {
/**
* this is method1.
*/
method1(){
}
}