[FE 1.0] Fix remaining codegen spec tests

This commit is contained in:
Dmitriy Novozhilov
2021-07-27 10:10:03 +03:00
committed by Mikhael Bogdanov
parent ee68962c02
commit 262c9e88d1
5 changed files with 9 additions and 5 deletions
@@ -1,3 +1,4 @@
// LANGUAGE: -SafeCallsAreAlwaysNullable
// WITH_RUNTIME
/*
@@ -70,4 +71,4 @@ operator fun B.plusAssign(c: Any?) {
}
class C
class C
@@ -1,3 +1,4 @@
// LANGUAGE: -SafeCallsAreAlwaysNullable
// WITH_RUNTIME
/*
@@ -70,4 +71,4 @@ infix operator fun B.plusAssign(c: Any?) {
}
class C
class C