Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
161333d3e7d13dd98386fe346a71a07eadfe4756
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithJsStdLib
/
name
/
classAndFunction.kt
blob: 0ffc17eeec1202147934fd0a7f14d21afa71d75e [
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
(
val x
:
Int
)
fun A
()
{}