Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithJsStdLib
/
name
/
extensionPropertyAndMethod.fir.kt
blob: 56237c5fdb8ad3350f521d31b9aa228e37428122 [
file
]
// FIR_DIFFERENCE
// This case is only relevant for the JS Legacy BE and is not applicable to the JS IR backend,
// as the IR BE can resolve such name collisions.
package
foo
class
A
fun A
.
get_bar
()
=
23
val A
.
bar
:
Int
get
()
=
42