ebb9659e03
Currently JVM IR is not supported in kapt, so almost all tests are failing, and thus are muted with IGNORE_BACKEND. #KT-49682
13 lines
252 B
Kotlin
Vendored
13 lines
252 B
Kotlin
Vendored
class `My $ name` {
|
|
fun `(^_^)`(`)))))`: Int) {}
|
|
|
|
// unicode symbol •
|
|
val `(@•@)`: String = ""
|
|
|
|
// russian
|
|
val `Котлин-компилятор`: String = ""
|
|
|
|
// japanese hiragana
|
|
fun `こ と り ん!`() {}
|
|
}
|