Skip to content

Instantly share code, notes, and snippets.

@Kogarasi
Last active February 4, 2016 03:13
Show Gist options
  • Save Kogarasi/187e81004651c569d6db to your computer and use it in GitHub Desktop.
Save Kogarasi/187e81004651c569d6db to your computer and use it in GitHub Desktop.
class Foo( arg: String ){}
class Bar( val member : String = "hello world" ) : Foo( member ){
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment