Remove leftovers of platformName and platformStatic in test data
Drop unnecessary imports, rename some tests
This commit is contained in:
-2
@@ -1,5 +1,3 @@
|
||||
import kotlin.jvm.JvmStatic
|
||||
|
||||
open class Base {
|
||||
fun foo() {}
|
||||
}
|
||||
-2
@@ -1,6 +1,4 @@
|
||||
// !DIAGNOSTICS: -UNUSED_PARAMETER
|
||||
import kotlin.jvm.JvmStatic
|
||||
|
||||
open class Base {
|
||||
fun `foo$default`(i: Int, mask: Int, mh: Any) {}
|
||||
}
|
||||
Reference in New Issue
Block a user