Remove unneeded default imports in stdlib and tests
This commit is contained in:
@@ -4,9 +4,8 @@
|
||||
*/
|
||||
|
||||
@file:Suppress("NAMED_ARGUMENTS_NOT_ALLOWED") // for common tests
|
||||
package test.text
|
||||
|
||||
import kotlin.text.*
|
||||
package test.text
|
||||
|
||||
import kotlin.test.*
|
||||
|
||||
@@ -223,4 +222,4 @@ class RegexTest {
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user