Added a regression test for Char constant serialization.
This commit is contained in:
committed by
alexander-gorshenev
parent
756fe0735b
commit
b93188a056
@@ -0,0 +1 @@
|
||||
inline fun foo(x: Char = '\u042b') = x
|
||||
@@ -0,0 +1,3 @@
|
||||
fun main(args: Array<String>) {
|
||||
println(foo())
|
||||
}
|
||||
Reference in New Issue
Block a user