https://kotlinlang.org logo
r

Ruckus

07/25/2016, 9:21 PM
You can only call run in alice with
Test.Alice.run()
, but you can call it in bob with
Test.Bob.run()
or just
Test.run()
.