Karlo Lozovina
02/01/2021, 4:01 PMprivate fun getUriForCommand() = URI(
when (this) {
is FooBar -> "<http://www.google.hr>"
}
)
which seems to crash the compiler e: org.jetbrains.kotlin.util.KotlinFrontEndException: Exception while analyzing expression at
Could this be a compiler bug?dmitriy.novozhilov
02/01/2021, 4:10 PMKarlo Lozovina
02/01/2021, 4:18 PMKarlo Lozovina
02/01/2021, 5:24 PMdmitriy.novozhilov
02/01/2021, 5:48 PM