Update diagnostics test affected by ApproximateIntegerLiteralTypesInReceiverPosition and ProhibitSimplificationOfNonTrivialConstBooleanExpressions features

This commit is contained in:
Mikhael Bogdanov
2021-07-15 19:41:12 +02:00
committed by Space
parent fd605a13d7
commit ff26a471b4
49 changed files with 50 additions and 14 deletions
@@ -1,3 +1,4 @@
// !LANGUAGE: -ApproximateIntegerLiteralTypesInReceiverPosition
fun fooInt(p: Int) = p
fun fooLong(p: Long) = p
fun fooByte(p: Byte) = p