Fix exception from backend in light classes mode for null passed as annotation argument
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
// test for KT-5337
|
||||
package test
|
||||
|
||||
annotation class A(val value: String)
|
||||
|
||||
@A(<error>null</error>)
|
||||
fun foo() {}
|
||||
|
||||
@A(<error>null</error>)
|
||||
class B
|
||||
Reference in New Issue
Block a user