Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
cli
/
jvm
/
modulesWithDependencyCycleB.kt
blob: e3ba4f3f4b95a04d792d5c72d6d5efbbd453258d [
file
]
package
b
import
a
.*
class
B
(
val a
:
A
?
=
null
)
open
class
Y
(
val x
:
X
?
=
null
)
fun topLevelB
()
{
topLevelA2
()
}