diff --git a/tests/run-with-compiler/quote-run-with-settings.check b/tests/run-with-compiler/quote-run-with-settings.check index c87c7bf36f6e..eb40eaa85c19 100644 --- a/tests/run-with-compiler/quote-run-with-settings.check +++ b/tests/run-with-compiler/quote-run-with-settings.check @@ -1,7 +1,7 @@ { val a: Int = 3 println("foo") - 2.+(a) + 2.+(a): 2.+(Int).type } foo 5 diff --git a/tests/run-with-compiler/quote-run.check b/tests/run-with-compiler/quote-run.check index 3c3bfba445f9..6040452ecf70 100644 --- a/tests/run-with-compiler/quote-run.check +++ b/tests/run-with-compiler/quote-run.check @@ -5,7 +5,7 @@ foo { val a: Int = 3 println("foo") - 2.+(a) + 2.+(a): 2.+(Int).type } lambda(4)