Skip to content

Instantly share code, notes, and snippets.

@AOrobator
Last active February 13, 2018 04:11
Show Gist options
  • Select an option

  • Save AOrobator/c5ffdb75093643dae5a1a82126b507a4 to your computer and use it in GitHub Desktop.

Select an option

Save AOrobator/c5ffdb75093643dae5a1a82126b507a4 to your computer and use it in GitHub Desktop.
val playlist: Playlist = ...
val song: Song = ...
// This is a bug, but the compiler allows it!
playlistRepository.addSongToPlaylist(songId = playlist.id, playlistId = song.id)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment