33e6a85a2d
We exclude testData pattern from copyright scope
10 lines
109 B
Kotlin
Vendored
10 lines
109 B
Kotlin
Vendored
package test
|
|
|
|
class Foo
|
|
|
|
fun test() {
|
|
val foo = Foo()
|
|
<caret>consume(foo)
|
|
}
|
|
|
|
fun consume(foo: Foo) {} |