5 lines
107 B
Kotlin
Vendored
5 lines
107 B
Kotlin
Vendored
// !DIAGNOSTICS: -DEPRECATION
|
|
@native("B")
|
|
<!JS_NAME_PROHIBITED_FOR_NAMED_NATIVE!>@JsName("C")<!>
|
|
class A
|