[FIR JS] Add more tests for JS_NAME_CLASH and JS_FAKE_NAME_CLASH
^KT-59425 Related ^KT-59370 Related
This commit is contained in:
committed by
Space Team
parent
6bb939c6cb
commit
ea9e2eb41a
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
// 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
|
||||
Reference in New Issue
Block a user