Skip to content

Instantly share code, notes, and snippets.

@VladRassokhin
Created October 3, 2012 17:37
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 VladRassokhin/3828500 to your computer and use it in GitHub Desktop.
Save VladRassokhin/3828500 to your computer and use it in GitHub Desktop.
Kotlin wtf???
public class A {}
public class As {
[com.google.api.client.util.Key("a")] public var projects: List<A?>
get() {
return projects
}
set(list) {
projects = list
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment