Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
redeclarations
/
RedeclarationInMultiFile.txt
blob: 384379db7f64a6cc2e8630a4e3e7dc9a5da51859 [
file
]
package
public val a: kotlin.Int = 1
public val a: kotlin.Int = 1
public fun f(): kotlin.Unit
public fun f(): kotlin.Unit