Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
75d8a5bca606366254123abd80c77147a3d426a6
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithJsStdLib
/
name
/
classAndFunction.kt
blob: 1fd8392c5f46a599e0f51c2077111eebb7b4fd3d [
file
]
// FIR_IDENTICAL
package
foo
class
<!
JS_NAME_CLASH
!>
A
(
val x
:
Int
)<!>
<!
JS_NAME_CLASH
!>
fun A
()<!>
{}