From 974736809e4bff34a479860a4198b1adefba4eb8 Mon Sep 17 00:00:00 2001 From: Mikhail Glukhikh Date: Fri, 4 Feb 2022 14:33:33 +0300 Subject: [PATCH] Fix test data inconsistency caused by commit clash --- .../recursiveBounds.fir.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/testData/diagnostics/tests/explicitDefinitelyNotNullableViaIntersection/recursiveBounds.fir.kt b/compiler/testData/diagnostics/tests/explicitDefinitelyNotNullableViaIntersection/recursiveBounds.fir.kt index 113f6b79cf0..afcdbddf5c7 100644 --- a/compiler/testData/diagnostics/tests/explicitDefinitelyNotNullableViaIntersection/recursiveBounds.fir.kt +++ b/compiler/testData/diagnostics/tests/explicitDefinitelyNotNullableViaIntersection/recursiveBounds.fir.kt @@ -8,4 +8,4 @@ class A2?> fun bar() {} -fun baz() {} +fun <E : E & Any> baz() {}