Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
67ac90ce0868ee0c9cd08d72460f16efecded549
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
redeclarations
/
PackageRedeclaredByCallable.kt
blob: 032e72637b659f0013c7249c6a289790fcbac4f7 [
file
]
// RUN_PIPELINE_TILL: BACKEND
// FIR_IDENTICAL
// FILE: a.kt
package
a
// FILE: b.kt
fun a
()
{}
val a
=
""
/* GENERATED_FIR_TAGS: functionDeclaration, propertyDeclaration, stringLiteral */