Analysis API: move reference resolve testsdata with errors to dedicated folders
This commit is contained in:
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
class Test<T>
|
||||
|
||||
// The lack of `()` in the constructor call is intentional. The addition of type arguments is also needed so we have a KtCallExpression.
|
||||
// We want to test finding the symbol for a FirResolvedQualifier (and not a FirFunctionCall) whose source is a KtCallExpression
|
||||
// (and not a KtSimpleNameExpression).
|
||||
val t = <caret>Test<Int>
|
||||
Reference in New Issue
Block a user