33e6a85a2d
We exclude testData pattern from copyright scope
10 lines
115 B
Kotlin
Vendored
10 lines
115 B
Kotlin
Vendored
interface Foo {
|
|
fun foo(): Int
|
|
}
|
|
|
|
context(Foo)
|
|
class Test {
|
|
fun test() {
|
|
<expr>foo()</expr>
|
|
}
|
|
} |