Skip to content

Instantly share code, notes, and snippets.

@tobioyelekan
Created May 24, 2020 19:40
Show Gist options
  • Save tobioyelekan/3b941121d35ba770f20035ce1986b7ac to your computer and use it in GitHub Desktop.
Save tobioyelekan/3b941121d35ba770f20035ce1986b7ac to your computer and use it in GitHub Desktop.
class A(private val b: B) {
b.doSomething()
}
class B {
fun doSomething
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment