Temporarily allow deprecated conversions in FIR operations map

Also, switch to the new copyright header
This commit is contained in:
Jinseong Jeon
2021-06-11 00:42:41 -07:00
parent fc5d1d8cb5
commit 720104de78
2 changed files with 5 additions and 14 deletions
@@ -26,7 +26,8 @@ fun main() {
fun generateFirMap(): String {
val sb = StringBuilder()
val p = Printer(sb)
p.println(File("license/COPYRIGHT.txt").readText())
p.println(File("license/COPYRIGHT_HEADER.txt").readText())
p.println("@file:Suppress(\"DEPRECATION\", \"DEPRECATION_ERROR\")")
p.println(
"""