[FIR] Fix incorrect context usages with withSuppressedDiagnostics call
This commit is contained in:
committed by
teamcity
parent
ccb74b6477
commit
b47cc86c57
+7
@@ -0,0 +1,7 @@
|
||||
// FIR_IDENTICAL
|
||||
|
||||
class A {
|
||||
@Suppress("NOTHING_TO_OVERRIDE")
|
||||
override fun foo() {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user