8e77e16bbd
Drop unnecessary imports, rename some tests
6 lines
129 B
Kotlin
Vendored
6 lines
129 B
Kotlin
Vendored
// !DIAGNOSTICS: -UNUSED_VARIABLE
|
|
fun main(args: Array<String>) {
|
|
<!JVM_STATIC_NOT_IN_OBJECT!>@JvmStatic fun a()<!>{
|
|
|
|
}
|
|
} |