Files
kotlin-fork/compiler/testData/diagnostics/testsWithJsStdLib/name/nonASCIIName.kt
T
Alexander Korepanov fc584b7c33 [JS FIR] Add non-ASCII JsName tests
^KT-64463 Related
2024-01-23 10:00:18 +00:00

12 lines
249 B
Kotlin
Vendored
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
// FIR_IDENTICAL
interface <!NAME_CONTAINS_ILLEGAL_CHARS!>I𝔹<!>
class <!NAME_CONTAINS_ILLEGAL_CHARS!>C𝔹<!> : I𝔹
<!NAME_CONTAINS_ILLEGAL_CHARS!>fun f𝔹()<!> = 1
<!NAME_CONTAINS_ILLEGAL_CHARS!>val v𝔹<!> = 1
typealias 𝔹 = Boolean