Analysis API: move testdata to corresponding components folders
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
interface Foo {
|
||||
operator fun <T> invoke(t: T)
|
||||
}
|
||||
|
||||
fun test(f: Foo) {
|
||||
<expr>f("")</expr>
|
||||
}
|
||||
Reference in New Issue
Block a user