[FIR] Allow annotation instantiation.
This commit disables the frontend error reporting for supported cases.
This commit is contained in:
committed by
TeamCityServer
parent
56d472451c
commit
b79ca7d7df
@@ -1,3 +1,4 @@
|
||||
// Fir2IrLazyClass does not handle methods from java dependencies in declarations.
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
// TARGET_BACKEND: JVM_IR
|
||||
|
||||
@@ -41,4 +42,4 @@ fun box(): String {
|
||||
// val d = D()
|
||||
val d = D("OK").value
|
||||
return d
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user