Fix 'optimizeImports' tests

This commit is contained in:
Dmitry Gridin
2019-05-06 14:59:47 +07:00
parent 75fb74b262
commit e857425b35
14 changed files with 3 additions and 34 deletions
@@ -1,5 +0,0 @@
import kotlin.Any
fun foo(): Any {
throw UnsupportedOperationException()
}
@@ -1,3 +0,0 @@
fun foo(): Any {
throw UnsupportedOperationException()
}