11 lines
122 B
JavaScript

/**
* this is anonymous class.
*/
export default class {
/**
* this is method1.
*/
method1(){
}
}