Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
75d8a5bca606366254123abd80c77147a3d426a6
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithJsStdLib
/
name
/
classLevelMethodAndProperty.kt
blob: b7cf660b946db0a155ea06ad5766335eae0a07ae [
file
]
// FIR_IDENTICAL
package
foo
class
A
{
<!
JS_NAME_CLASH
!>
fun bar
()<!>
=
23
<!
JS_NAME_CLASH
!>
val bar
<!>
=
23
}