Make MISSING_VAL_ON_ANNOTATION_PARAMETER error instead of warning
Annotation with a parameter that is not stored doesn't make any sense
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
package org.junit;
|
||||
|
||||
native
|
||||
public annotation class Test(name : String = "")
|
||||
|
||||
public annotation class Test(val name: String = "")
|
||||
|
||||
Reference in New Issue
Block a user