Last active
February 13, 2018 04:11
-
-
Save AOrobator/c5ffdb75093643dae5a1a82126b507a4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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