Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
5e49b472f81ed95098eec9749aa2ad0415fac731
/
.
/
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
}