Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
49b2ac1b100c5042a0e98582713938062efa6a31
/
.
/
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
()
{}