Switch @JvmStatic diagnostic test to LanguageFeature usage

This commit is contained in:
Mikhael Bogdanov
2018-07-10 13:10:34 +02:00
parent e937fe8258
commit eb745133c9
13 changed files with 145 additions and 0 deletions
@@ -1,3 +1,4 @@
// !LANGUAGE: -JvmStaticInInterface
class A(<!JVM_STATIC_NOT_IN_OBJECT_OR_CLASS_COMPANION!>@JvmStatic val z: Int<!>) {
}