Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
4f8dad3e4ba00e23b4182ef4c50194b20bd43c8f
/
.
/
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
()<!>
{}