This file contains 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
const N_WORKERS = 5 | |
class Content | |
class Location | |
class Reference { | |
fun resolveLocation(): Location = TODO() | |
} | |
data class LocContent(val location: Location, val content: Content) |