[FIR] Change char constant rendering to prevent encoding inconsistencies

This commit is contained in:
Mikhail Glukhikh
2020-04-06 12:07:09 +03:00
parent 4cb4aae7ee
commit 32748ea741
3 changed files with 54 additions and 43 deletions
@@ -86,8 +86,7 @@ FILE: main.kt
}
@R|annotations/WithString|(String(constructor)) public constructor(): R|test/Second| {
this<R|test/Second|>(Char(
))
this<R|test/Second|>(Char(10))
}
}