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