improved gulpfile
This commit is contained in:
@@ -1,14 +1,18 @@
|
||||
/* @flow */
|
||||
/* global Buffer */
|
||||
|
||||
class Buffer {
|
||||
class Buffer { //eslint-disable-line no-unused-vars
|
||||
i : number;
|
||||
constructor () {
|
||||
this.i = 4;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
function add(x : string){
|
||||
return x + 4;
|
||||
}
|
||||
|
||||
|
||||
add("5");
|
||||
add("6");
|
||||
|
||||
Reference in New Issue
Block a user