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