Update reservedWords JS tests after changes to callable references
This commit is contained in:
@@ -6,7 +6,7 @@ class TestClass {
|
||||
fun NaN() { NaN() }
|
||||
|
||||
fun test() {
|
||||
testNotRenamed("NaN", { ::NaN })
|
||||
testNotRenamed("NaN", { NaN() })
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user