Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithJsStdLib
/
name
/
classLevelMethodAndProperty.fir.kt
blob: 6ceab5910be80f2b27404fe47ff52dc091042e87 [
file
]
// In K2, the name collision detector is weakened, because the backend started to resolve such collisions.
// K1 was not changed since it's in maintenance mode.
package
foo
class
A
{
fun bar
()
=
23
val bar
=
23
}