Render 'annotation class not found' for error types in tests
After 13ae3d9 it became unclear whether an annotation mentioned in test data is
resolved or not, this change fixes that
This commit is contained in:
+1
-1
@@ -2,4 +2,4 @@ package
|
||||
|
||||
@java.lang.Deprecated() public fun a(): kotlin.Unit
|
||||
@java.util.ArrayList<kotlin.Int>() public fun b(): kotlin.Unit
|
||||
@[ERROR : Xoo]() public fun c(): kotlin.Unit
|
||||
@[ERROR : Xoo]() /* annotation class not found */ public fun c(): kotlin.Unit
|
||||
|
||||
Reference in New Issue
Block a user