Created
January 11, 2019 23:50
-
-
Save adam-arold/c10190cc88f1ea0fcc7cb37a73ae5278 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class EventBus { | |
@JvmName("subscribe") | |
internal fun <T: Event> subscribe(eventType: Class<T>) { | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment