[Test] Ignore error diagnostics from FIR in some BB tests

This commit is contained in:
Dmitriy Novozhilov
2021-01-11 12:50:21 +03:00
committed by TeamCityServer
parent 2eeed1281c
commit af5a635f85
26 changed files with 25 additions and 1 deletions
@@ -1,3 +1,4 @@
// IGNORE_FIR_DIAGNOSTICS
class MyObject private constructor(val delegate: Interface) : Interface by delegate {
constructor() : this(Delegate())
}