[LL] add tests for FirDeclarationForCompiledElementSearcher
build stub if was not able to load: expected that in IDE stubs would always be found in the index, for tests - build from virtual file
This commit is contained in:
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
// DECLARATION_TYPE: org.jetbrains.kotlin.psi.KtNamedFunction
|
||||
class FooBar {
|
||||
fun <T> functionWithTAndAnyValue(otherVal: T & Any) {}
|
||||
}
|
||||
Reference in New Issue
Block a user