Created
May 24, 2020 19:40
-
-
Save tobioyelekan/3b941121d35ba770f20035ce1986b7ac to your computer and use it in GitHub Desktop.
This file contains 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 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