<@U0QKGKMKN>: so why that is not compiled: ```fun ...
# announcements
e
@uhe: so why that is not compiled:
Copy code
fun lets(command: Command) = when(command){
        is Command.Clear -> throw InvalidParameterException("Please use Plot.clear() for clearing")
    }