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