<@U589QURRQ> You need to specify the type you want...
# getting-started
g
@diesieben07 You need to specify the type you want as the compiler can’t infer it. You should use val parsedValue: Comparable<TheTypeYouWant> = ...