[Test] Ignore error diagnostics from FIR in some BB tests
This commit is contained in:
committed by
TeamCityServer
parent
2eeed1281c
commit
af5a635f85
@@ -1,3 +1,4 @@
|
||||
// IGNORE_FIR_DIAGNOSTICS
|
||||
class MyObject private constructor(val delegate: Interface) : Interface by delegate {
|
||||
constructor() : this(Delegate())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user