[FIR] Fix incorrect context usages with withSuppressedDiagnostics call

This commit is contained in:
Dmitriy Novozhilov
2022-02-15 13:09:13 +03:00
committed by teamcity
parent ccb74b6477
commit b47cc86c57
23 changed files with 113 additions and 73 deletions
@@ -0,0 +1,7 @@
// FIR_IDENTICAL
class A {
@Suppress("NOTHING_TO_OVERRIDE")
override fun foo() {}
}