Skip to content

Instantly share code, notes, and snippets.

@alz-ahm
Created December 9, 2018 16:46
Show Gist options
  • Save alz-ahm/877f7741e81996eb4e56f87a71743718 to your computer and use it in GitHub Desktop.
Save alz-ahm/877f7741e81996eb4e56f87a71743718 to your computer and use it in GitHub Desktop.
class ClassA {
var classB: ClassB
fun someMethodOrConstructor() {
classB = ClassB()
classB.doSomthing()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment