Select runtime with directive in test data file instead of test name in PsiChecker tests
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// RUNTIME
|
||||
<error descr="[WRONG_ANNOTATION_TARGET] This annotation is not applicable to target 'class'">@JvmStatic</error>
|
||||
class A {
|
||||
<error descr="[WRONG_ANNOTATION_TARGET] This annotation is not applicable to target 'companion object'">@JvmStatic</error>
|
||||
|
||||
Reference in New Issue
Block a user