Don't assert that annotation class has constructor in AnnotationDeserializer
#KT-9758 Fixed
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
package test
|
||||
|
||||
@Ann("class")
|
||||
class Test {
|
||||
@Ann("function")
|
||||
fun foo(@Ann("parameter") s: @Ann("parameter type") String): @Ann("return type") String = @Ann("expression") s
|
||||
}
|
||||
Reference in New Issue
Block a user