Static function call result comment does not match variable content (#5077)
static staticProperty, defined in line 18, value is 'babeliscool' but comment on line 33 the given sample output is 'babelIsCool'. this commit fixes this inconsistency
This commit is contained in:
parent
d1cd179c45
commit
de1a76413f
@ -15,7 +15,7 @@ Below is a class with four class properties which will be transformed.
|
|||||||
}
|
}
|
||||||
|
|
||||||
//Static class properties
|
//Static class properties
|
||||||
static staticProperty = "babeliscool";
|
static staticProperty = "babelIsCool";
|
||||||
static staticFunction = function() {
|
static staticFunction = function() {
|
||||||
return Bork.staticProperty;
|
return Bork.staticProperty;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user