mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 15:54:03 +00:00
8 lines
111 B
Kotlin
Vendored
8 lines
111 B
Kotlin
Vendored
package foo
|
|
|
|
class A
|
|
|
|
<!JS_NAME_CLASH!>fun A.get_bar()<!> = 23
|
|
|
|
val A.bar: Int
|
|
<!JS_NAME_CLASH!>get()<!> = 42 |