Skip to content

Instantly share code, notes, and snippets.

@abreslav
Created June 7, 2012 12:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abreslav/2888575 to your computer and use it in GitHub Desktop.
Save abreslav/2888575 to your computer and use it in GitHub Desktop.
class A(val b : B, val c : C) {...}
fun test() {
val a = A(
b = B(),
c = C()
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment