Remove unneeded default imports in stdlib and tests
This commit is contained in:
@@ -5,8 +5,6 @@
|
||||
|
||||
package kotlin
|
||||
|
||||
import kotlin.js.*
|
||||
|
||||
// TODO: Ignore FunctionN interfaces
|
||||
|
||||
public interface Function0<out R> : Function<R> {
|
||||
|
||||
Reference in New Issue
Block a user