Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
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
}