Update reservedWords JS tests after changes to callable references

This commit is contained in:
Alexander Udalov
2015-10-02 23:06:55 +03:00
parent 012a2971ff
commit 659826d5c3
29 changed files with 30 additions and 30 deletions
@@ -6,7 +6,7 @@ class TestClass {
fun NaN() { NaN() }
fun test() {
testNotRenamed("NaN", { ::NaN })
testNotRenamed("NaN", { NaN() })
}
}