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