Skip to content

Instantly share code, notes, and snippets.

@ezura
Created June 20, 2017 12:43
Show Gist options
  • Select an option

  • Save ezura/09c8c32be2a92be32ee8aafd5a75e415 to your computer and use it in GitHub Desktop.

Select an option

Save ezura/09c8c32be2a92be32ee8aafd5a75e415 to your computer and use it in GitHub Desktop.
呼び出し側の見た目だけ Constractor の拡張っぽいものできた
class A {}
fun A(v: Int): A = A()
/*
A()
A(1)
*/
@ezura
Copy link
Copy Markdown
Author

ezura commented Jun 20, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment