13 lines
174 B
Kotlin
Vendored
13 lines
174 B
Kotlin
Vendored
// OPTIMIZE_IMPORTS_AFTER_CUT
|
|
package source
|
|
|
|
import dependency.Dependency
|
|
|
|
<selection>
|
|
fun foo(dependency: Dependency, o: Any? = null) {
|
|
}
|
|
</selection>
|
|
|
|
fun foo(o: Any) {
|
|
}
|