Reserve 'typeof' as a keyword

This commit is contained in:
Alexey Tsvetkov
2015-12-09 18:37:31 +03:00
parent 4c3f620255
commit 199827635f
141 changed files with 1126 additions and 1102 deletions
@@ -1,20 +0,0 @@
package foo
// NOTE THIS FILE IS AUTO-GENERATED by the generateTestDataForReservedWords.kt. DO NOT EDIT!
class TestClass {
fun foo(`true`: String) {
assertEquals("123", `true`)
testRenamed("true", { `true` })
}
fun test() {
foo("123")
}
}
fun box(): String {
TestClass().test()
return "OK"
}