Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
70b97c5abe682fb7598fc5070d94c39256a0baa4
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithJsStdLib
/
name
/
classLevelMethodAndProperty.kt
blob: 3cc814ac5d2540d13cddea5835858b4c88738d0a [
file
]
// RUN_PIPELINE_TILL: BACKEND
// 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
}