Remove leftovers of platformName and platformStatic in test data
Drop unnecessary imports, rename some tests
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
class A {
|
||||
<!WRONG_ANNOTATION_TARGET!>@JvmStatic<!> constructor() {}
|
||||
inner class B {
|
||||
<!WRONG_ANNOTATION_TARGET!>@JvmStatic<!> constructor() {}
|
||||
}
|
||||
}
|
||||
|
||||
class C <!WRONG_ANNOTATION_TARGET!>@JvmStatic<!> constructor()
|
||||
Reference in New Issue
Block a user