supaham
08/07/2016, 4:47 PMoverride val players: List<BMonopolyPlayer> get() = Collections.unmodifiableList(players)
The preceding code should create some circular error i assume because it's referring to the players
as the overridden value according to IntelliJ