blob: dbc6532d3c82edd8d9da37edfd1a2914c209ce72 [file]
// WITH_STDLIB
annotation class NoArg
@NoArg
class Test(val a: String)
fun box(): String {
Test::class.java.newInstance()
return "OK"
}