Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
aa5987fd3dbfa6d7896d481b336c9f49e48b9179
/
.
/
compiler
/
testData
/
cli
/
jvm
/
modulesWithDependencyCycleA.kt
blob: 07327a027d32649c1d081169479856c9ea5e790d [
file
] [
log
] [
blame
]
package
a
import
b
.*
class
A
class
X
(
val y
:
Y
?
=
null
)
class
Z
:
Y
()
fun topLevelA1
()
{
topLevelB
()
}
fun topLevelA2
()
{}