Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fe0f055c5c4e6ededc6378ef6df3f28ee841978
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithJsStdLib
/
name
/
classAndFunction.kt
blob: 0a4bcc34e5cc5e63cb84339d57734bfebd8d22a4 [
file
]
package
foo
class
<!
JS_NAME_CLASH
!>
A
(
val x
:
Int
)<!>
<!
JS_NAME_CLASH
!>
fun A
()<!>
{}