[Tests] Add IR text tests for KT-57105
This commit is contained in:
committed by
Space Team
parent
6964121c15
commit
2706e5502f
@@ -0,0 +1,10 @@
|
||||
class RootBus: MessageBusImpl()
|
||||
|
||||
open class MessageBusImpl {
|
||||
val parentBus: Any?
|
||||
|
||||
init {
|
||||
this as RootBus
|
||||
parentBus = null
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user