Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
fileDependencyRecursion.txt
blob: 5b4e5cff07b2213ec0cb720732646bbfce2676ac [
file
]
package
package test {
public val fromImported: kotlin.Int = 1
public val normal: kotlin.Int = 1
}
package testOther {
public val fromImported: kotlin.Int = 1
public val some: kotlin.Int = 1
}