Fir2Ir: remove error reporting on no receiver

this error is not valid for scripts, where some receivers are set
later in the lowering, and it looks like in other cases this problem
will be detected later in lowering or codegen anyway.
This commit is contained in:
Ilya Chernikov
2023-06-02 17:11:36 +02:00
committed by Space Team
parent 7866c63e49
commit f79f715590
3 changed files with 0 additions and 7 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_K2: JVM_IR
var log = "begin"
fun append(msg: String) {