Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
cae7f90b594750d624e94b3325571f4b5ebff2f0
/
.
/
compiler
/
testData
/
ir
/
irText
/
classes
/
smartCastInValInitialization.kt
blob: 39cec492f956bc8fc3f55a66a8a228c5f5c1d7d3 [
file
] [
log
] [
blame
]
class
RootBus
:
MessageBusImpl
()
open
class
MessageBusImpl
{
val parentBus
:
Any
?
init
{
this
as
RootBus
parentBus
=
null
}
}