ea9e2eb41a
^KT-59425 Related ^KT-59370 Related
10 lines
167 B
Kotlin
Vendored
10 lines
167 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
package foo
|
|
|
|
class A
|
|
|
|
<!JS_NAME_CLASH!>@JsName("get_bar") fun A.get_bar()<!> = 23
|
|
|
|
val A.bar: Int
|
|
<!JS_NAME_CLASH!>@JsName("get_bar") get()<!> = 42
|